From 7c94ad9a0f57790ddfa0054d4b4c8e5335860fe9 Mon Sep 17 00:00:00 2001 From: VinzentRisch Date: Thu, 12 Dec 2024 11:46:15 +0100 Subject: [PATCH] changed ci to env files --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc819bd..343c8ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: conda-incubator/setup-miniconda@v3 with: activate-environment: q2-amrfinderplus-qiime2-pathogenome-2024.10 - environment-file: environments/q2-amrfinderplus-qiime2-pathogenome-2024.10.yml + environment-file: environment-files/q2-amrfinderplus-qiime2-pathogenome-2024.10.yml auto-activate-base: false - name: Install plugin