Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Sep 24, 2024
1 parent e989861 commit cf9befe
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci-q2-pathway.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ci-q2-pathway
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
jobs:
ci:
uses: qiime2/distributions/.github/workflows/lib-community-ci.yaml@dev
with:
github-repo: q2-pathway
env-file-name: 2024.05-q2-pathway-environment.yml
18 changes: 18 additions & 0 deletions environment-files/2024.05-q2-pathway-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
channels:
- https://packages.qiime2.org/qiime2/2024.05/amplicon/released
- conda-forge
- bioconda
- noriakisato
dependencies:
- qiime2-2024.05
- pip
- pip:
- q2-pathway@git+https://github.com/noriakis/q2-pathway.git@main
- python >=3.9,<3.10
- q2templates
- q2-types
- bioconductor-fgsea
- r-piphir
- numpy
- scipy
- pandas

0 comments on commit cf9befe

Please sign in to comment.