Skip to content

Commit 9e8ac9b

Browse files
committed
update GH workflow to reflect env name change
1 parent cfbcdab commit 9e8ac9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_run_scm_ufs_replay.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Setup python.
4141
uses: conda-incubator/setup-miniconda@v3
4242
with:
43-
activate-environment: env_ufsreplay
44-
environment-file: environment-ufsreplay.yml
43+
activate-environment: env_ufscasegen
44+
environment-file: environment-ufscasegen.yml
4545
use-only-tar-bz2: true
4646
auto-activate-base: true
4747
auto-update-conda: true

0 commit comments

Comments
 (0)