Skip to content

Commit

Permalink
WIP: add pysyndna install
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaBirmingham committed Feb 28, 2024
1 parent 2b16fdf commit ddb65af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ jobs:
environment-file: qiime2-latest-py38-linux-conda.yml
auto-activate-base: false

- name: Install and run unit tests
- name: Install pysyndna into qiime2 environment
run: |
wget https://raw.githubusercontent.com/AmandaBirmingham/pysyndna/main/environment.yml -O pysyndna.yml
conda env update --name qiime2 --file pysyndna.yml
pip install git+https://github.com/AmandaBirmingham/pysyndna.git
- name: Install q2-pysyndna and run unit tests
run: |
conda install pytest
which python
Expand Down

0 comments on commit ddb65af

Please sign in to comment.