Skip to content

Commit

Permalink
Merge branch 'lkeegan-ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Mar 3, 2023
2 parents 91dbe33 + d30f31c commit ac58794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
channels: bioconda,conda-forge,defaults
channels: conda-forge,bioconda,defaults
channel-priority: strict
auto-update-conda: true
auto-activate-base: false
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: rpbp
channels:
- defaults
- conda-forge
- bioconda
- defaults
dependencies:
- python
- biopython
- bowtie2
- cmdstanpy
- cmdstanpy>=1.0.0
- dash
- dash-bio
- dash-bootstrap-components
Expand Down

0 comments on commit ac58794

Please sign in to comment.