Skip to content

Commit

Permalink
Merge pull request #804 from benjeffery/fix-osx-wheels
Browse files Browse the repository at this point in the history
Add portion to OSX wheel deps
  • Loading branch information
benjeffery authored Aug 27, 2020
2 parents 23c84e3 + 9b2f099 commit ad819ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
run: |
conda install --yes --file=python/requirements/conda-minimal.txt
conda uninstall --yes --force tskit
pip install PyVCF newick python_jsonschema_objects xmlunittest
pip install PyVCF newick python_jsonschema_objects xmlunittest portion
- name: Install wheel try to import
run: |
# We install in this odd way to make sure we get both deps and a local tskit
Expand Down

0 comments on commit ad819ac

Please sign in to comment.