Skip to content

Commit

Permalink
Update python-package-conda_TestAppleSilicon.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seina001 authored Apr 11, 2024
1 parent 8c6f315 commit be2f1b6
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/python-package-conda_TestAppleSilicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,20 @@ jobs:
conda init
source activate itsxpressenv
conda config --env --set subdir osx-64
itsxpress
- name: Install Dependencies
run: |
source activate itsxpressenv
conda config --env --set subdir osx-64
conda install biopython
pip install pyzstd
pip install pytest
pip install .
#qiime
#itsxpress
#qiime itsxpress
#ls
- name: Test with pytest
run: |
source activate testenv
pytest

0 comments on commit be2f1b6

Please sign in to comment.