Skip to content

Commit

Permalink
Move to use conda-lock file in CI instead of environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Sep 5, 2024
1 parent 2a9b945 commit 22d609c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/checkout@v3
- name: Download mamba environment.yml
run:
wget https://raw.githubusercontent.com/eWaterCycle/ewatercycle/main/environment.yml
wget https://raw.githubusercontent.com/eWaterCycle/ewatercycle/main/conda-lock.yml
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
environment-file: conda-lock.yml
cache-environment: true
init-shell: bash
- name: Install dependencies
Expand Down

0 comments on commit 22d609c

Please sign in to comment.