Skip to content

Commit

Permalink
Try again main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmartino authored Jun 6, 2024
1 parent d5d80fc commit 4012583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
fetch-depth: 0

- name: Download Q2 file
run: wget -q https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py36-linux-conda.yml
run: wget -q https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py38-linux-conda.yml

- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: q2
environment-file: qiime2-latest-py36-linux-conda.yml
environment-file: qiime2-latest-py38-linux-conda.yml

- name: Install conda reqs
shell: bash -l {0}
Expand Down

0 comments on commit 4012583

Please sign in to comment.