Skip to content

Commit

Permalink
fix: Update script action
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakv committed Aug 19, 2024
1 parent ccfec5c commit 92cf188
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
get-effis-fwi:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4

Expand All @@ -19,6 +22,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: false
activate-environment: pyrorisks
- run: conda install conda-lock
- run: conda-lock install -n pyro-risks pyrorisks.conda-lock.yml

Expand Down

0 comments on commit 92cf188

Please sign in to comment.