Skip to content

Commit

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

0 comments on commit cbd3c0e

Please sign in to comment.