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 4f0479a commit f84bed0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ jobs:
pip install .
- name: Test with pytest
run: |
echo $CONDA/bin >> $GITHUB_PATH
echo $CONDA_PREFIX
echo $GITHUB_PATH
conda activate testenv
conda info
ls $CONDA/bin
$CONDA/bin/pytest
- name: Test qiime install
run: |
qiime dev refresch-cache
qiime itsxpress --help
conda activate testenv
conda info
$CONDA/bin/qiime dev refresch-cache
$CONDA/bin/qiime itsxpress --help

0 comments on commit f84bed0

Please sign in to comment.