Skip to content

Commit

Permalink
actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
arivers committed Sep 19, 2024
1 parent 7d95615 commit f7faab1
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,11 @@ jobs:
pip install .
- name: Test with pytest
run: |
# echo "begin: PATH=$PATH;"
conda activate testenv
# echo "after conda activate testenv: PATH=$PATH;"
#conda info
#ls $CONDA/bin
pwd
pytest
- name: Test qiime install
run: |
ls
#conda activate testenv
#conda info
#$CONDA/bin/qiime dev refresch-cache
#$CONDA/bin/qiime itsxpress --help
conda activate testenv
#qiime dev refresch-cache
qiime itsxpress --help

0 comments on commit f7faab1

Please sign in to comment.