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 9cafc52 commit 8c02d34Copy full SHA for 8c02d34
.github/workflows/hiperseis_main_ci.yml
@@ -18,7 +18,7 @@ jobs:
18
path: |
19
/home/runner
20
/usr/share/miniconda/envs/hiperseis
21
- key: anaconda-1
+ key: anaconda-2
22
- name: Setting up environment
23
if: steps.cache-dependencies.outputs.cache-hit != 'true'
24
run: |
@@ -39,7 +39,7 @@ jobs:
39
if: always()
40
uses: actions/cache/save@main
41
with:
42
+ key: ${{ steps.cache-dependencies.outputs.cache-primary-key }}
43
44
/home/runner/work/hiperseis
45
0 commit comments