Skip to content

Commit d579505

Browse files
committed
Fix cache-environment-key typo in CI workflow
1 parent 885310c commit d579505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pyfesom2_onPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
environment-file: main/ci/requirements-py37.yml
6060
environment-name: pyfesom2
61-
cache-envronment-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
61+
cache-environment-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
6262
init-shell: >-
6363
bash
6464
zsh

0 commit comments

Comments
 (0)