Skip to content

Commit 9b2f099

Browse files
committed
Fix OSX wheel test
1 parent 23c84e3 commit 9b2f099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
run: |
134134
conda install --yes --file=python/requirements/conda-minimal.txt
135135
conda uninstall --yes --force tskit
136-
pip install PyVCF newick python_jsonschema_objects xmlunittest
136+
pip install PyVCF newick python_jsonschema_objects xmlunittest portion
137137
- name: Install wheel try to import
138138
run: |
139139
# We install in this odd way to make sure we get both deps and a local tskit

0 commit comments

Comments
 (0)