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 f84bed0 commit 27096ac
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
channels: conda-forge,bioconda,default
auto-activate-base: true
- name: Initialize conda
run: |
conda info
Expand All @@ -39,14 +40,17 @@ 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
$CONDA/bin/pytest
pytest -h
- name: Test qiime install
run: |
conda activate testenv
conda info
$CONDA/bin/qiime dev refresch-cache
$CONDA/bin/qiime itsxpress --help
ls
#conda activate testenv
#conda info
#$CONDA/bin/qiime dev refresch-cache
#$CONDA/bin/qiime itsxpress --help

0 comments on commit 27096ac

Please sign in to comment.