Skip to content

Commit d35c17c

Browse files
authored
Merge pull request #802 from benjeffery/fix_wheels
Fix OSX wheels test deps
2 parents 1eabf28 + d51512a commit d35c17c

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
@@ -72,7 +72,7 @@ jobs:
7272
conda install --yes --file=python/requirements/conda-minimal.txt
7373
# Remove some conflicting modules
7474
conda uninstall --yes --force tskit numpy h5py
75-
pip install PyVCF newick python_jsonschema_objects xmlunittest
75+
pip install PyVCF newick python_jsonschema_objects xmlunittest portion
7676
- name: Install wheel and try import
7777
shell: bash
7878
run: |

0 commit comments

Comments
 (0)