Skip to content

Commit

Permalink
update GH workflow to reflect env name change
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Aug 19, 2024
1 parent cfbcdab commit 9e8ac9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_run_scm_ufs_replay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Setup python.
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: env_ufsreplay
environment-file: environment-ufsreplay.yml
activate-environment: env_ufscasegen
environment-file: environment-ufscasegen.yml
use-only-tar-bz2: true
auto-activate-base: true
auto-update-conda: true
Expand Down

0 comments on commit 9e8ac9b

Please sign in to comment.