Skip to content

Commit

Permalink
added numpy to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Youngblut committed Dec 5, 2021
1 parent cbd3c0e commit 5ae8ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
pwd
conda info -a
conda install python=${{ matrix.python-version }} pip bioconda::taxonkit conda-forge::networkx pytest pytest-console-scripts
conda install python=${{ matrix.python-version }} pip numpy bioconda::taxonkit conda-forge::networkx pytest pytest-console-scripts
- uses: actions/checkout@v2
- name: package install
shell: bash -l {0}
Expand Down

0 comments on commit 5ae8ef8

Please sign in to comment.