We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885310c commit d579505Copy full SHA for d579505
1 file changed
.github/workflows/pyfesom2_onPR.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
environment-file: main/ci/requirements-py37.yml
60
environment-name: pyfesom2
61
- cache-envronment-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
+ cache-environment-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
62
init-shell: >-
63
bash
64
zsh
0 commit comments