Skip to content

Commit

Permalink
changed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Dec 5, 2024
1 parent 8e3fc49 commit 4dbe8e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["main"]

jobs:
build-and-test-qiime2-tiny-2024-10:
build-and-test-qiime2-pathogenome-2024-10:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -19,8 +19,8 @@ jobs:
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: q2-amrfinderplus-qiime2-tiny-2024.10
environment-file: environments/q2-amrfinderplus-qiime2-tiny-2024.10.yml
activate-environment: q2-amrfinderplus-qiime2-pathogenome-2024.10
environment-file: environments/q2-amrfinderplus-qiime2-pathogenome-2024.10.yml
auto-activate-base: false

- name: Install plugin
Expand Down

0 comments on commit 4dbe8e7

Please sign in to comment.