We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eabf28 + d51512a commit d35c17cCopy full SHA for d35c17c
.github/workflows/wheels.yml
@@ -72,7 +72,7 @@ jobs:
72
conda install --yes --file=python/requirements/conda-minimal.txt
73
# Remove some conflicting modules
74
conda uninstall --yes --force tskit numpy h5py
75
- pip install PyVCF newick python_jsonschema_objects xmlunittest
+ pip install PyVCF newick python_jsonschema_objects xmlunittest portion
76
- name: Install wheel and try import
77
shell: bash
78
run: |
0 commit comments