Skip to content

Commit

Permalink
switch to miniconda in CI (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
janash authored Jul 2, 2024
1 parent 13d449a commit 37f8f47
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ jobs:
# More info on options: https://github.com/conda-incubator/setup-miniconda
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
with:
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: biochemist-python
environment-file: requirements.yaml
environment-name: iqb-2023


# Build the book
- name: Build the book
Expand Down

0 comments on commit 37f8f47

Please sign in to comment.