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 ace8a92 commit 7ce603a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
channels: conda-forge,bioconda,default
auto-activate-base: false
- name: Initialize conda
run: |
conda info
Expand All @@ -40,12 +39,11 @@ jobs:
pip install .
- name: Test with pytest
run: |
pwd
which itsxpress
pytest tests/test_main_pytest.py
echo $CONDA/bin >> $GITHUB_PATH
echo $CONDA_PREFIX
pytest
- name: Test qiime install
run: |
which qiime
qiime dev refresch-cache
qiime itsxpress --help

0 comments on commit 7ce603a

Please sign in to comment.