From 4dbe8e71867a83ae5741d6d5e71b28826ff015a6 Mon Sep 17 00:00:00 2001 From: VinzentRisch Date: Thu, 5 Dec 2024 15:32:02 +0100 Subject: [PATCH] changed ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c79320..dc819bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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