Skip to content

Commit

Permalink
add and test 2025.4 test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcaporaso committed Nov 4, 2024
1 parent 1a338c2 commit 905b39b
Show file tree
Hide file tree
Showing 2 changed files with 12 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-amplicon-2024-10:
build-and-test-qiime2-amplicon-2025-4:
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-boots-qiime2-amplicon-2024.10
environment-file: environment-files/q2-boots-qiime2-amplicon-2024.10.yml
activate-environment: q2-boots-qiime2-amplicon-2025.4
environment-file: environment-files/q2-boots-qiime2-amplicon-2025.4.yml
auto-activate-base: false

- name: Install plugin
Expand Down
9 changes: 9 additions & 0 deletions environment-files/q2-boots-qiime2-amplicon-2025.4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
channels:
- https://packages.qiime2.org/qiime2/2025.4/amplicon/passed
- conda-forge
- bioconda
dependencies:
- qiime2-amplicon
- pip
- pip:
- "q2-boots @ git+https://github.com/caporaso-lab/q2-boots.git"

0 comments on commit 905b39b

Please sign in to comment.