Skip to content

Commit

Permalink
Merge pull request #14 from VinzentRisch/13_modify_env_file
Browse files Browse the repository at this point in the history
MAINT: Modified environments file
  • Loading branch information
VinzentRisch authored Dec 5, 2024
2 parents d9b1f7f + be18cb0 commit 2ab02ed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 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
9 changes: 9 additions & 0 deletions environments/q2-amrfinderplus-qiime2-pathogenome-2024.10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
channels:
- https://packages.qiime2.org/qiime2/2024.10/pathogenome/released
- conda-forge
- bioconda
dependencies:
- qiime2-pathogenome
- pip
- pip:
- "q2-amrfinderplus @ git+https://github.com/bokulich-lab/q2-amrfinderplus.git"
17 changes: 0 additions & 17 deletions environments/q2-amrfinderplus-qiime2-tiny-2024.10.yml

This file was deleted.

0 comments on commit 2ab02ed

Please sign in to comment.