Skip to content

Commit

Permalink
Use conda-lock for building setup
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery authored Jan 31, 2024
1 parent f2f2f37 commit 1a001df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Install conda environment from environment.yml
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
cache-environment: true
environment-file: conda-lock.yml
environment-name: cea
cache-environment: true
init-shell: bash powershell

- name: Install CEA to conda environment
Expand Down

0 comments on commit 1a001df

Please sign in to comment.