Skip to content

Commit

Permalink
update conda file
Browse files Browse the repository at this point in the history
  • Loading branch information
willdumm committed May 20, 2024
1 parent 45f672f commit efaa910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Install Pandoc
uses: r-lib/actions/setup-pandoc@v2

- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases
environment-file: environment.yml
init-shell: bash
cache-environment: false
cache-environment: true
post-cleanup: 'none'

- name: Test
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: gctree
channels:
- conda-forge
- bioconda
- defaults
dependencies:
Expand Down

0 comments on commit efaa910

Please sign in to comment.