File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111
1212 steps :
1313 - uses : actions/checkout@main
14- - name : Restore dependencies
14+ - name : Cache dependencies
1515 id : cache-dependencies
16- uses : actions/cache/restore @main
16+ uses : actions/cache@main
1717 with :
1818 path : |
1919 /home/runner
2020 /usr/share/miniconda/envs/hiperseis
21- key : anaconda-3
21+ key : anaconda
2222 - name : Setting up environment
2323 if : steps.cache-dependencies.outputs.cache-hit != 'true'
2424 run : |
3434 run : |
3535 git submodule update --init --recursive
3636 source setup_scripts/conda_env_linux.sh hiperseis
37- - name : Always save cache
38- id : cache-dependencies-save
39- if : always()
40- uses : actions/cache/save@main
41- with :
42- key : anaconda-3
43- path : |
44- /home/runner/work/hiperseis
45- /usr/share/miniconda/envs/hiperseis
4637 - name : Running pytest
4738 shell : bash -el {0}
4839 run : |
You can’t perform that action at this time.
0 commit comments