File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 id : cache-venv
2626 with :
2727 path : ./test_env
28- key : $venv- {{ runner.os }}-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/requirements_testing.txt') }}
28+ key : {{ runner.os }}-venv -${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/requirements_testing.txt') }}
2929 restore-keys : |
3030 ${{ runner.os }}-venv-
3131 - name : Install dependencies
4949 HASH_EPHY_DATASET : git ls-remote https://gin.g-node.org/NeuralEnsemble/ephy_testing_data.git HEAD | cut -f1
5050 with :
5151 path : ~/ephy_testing_data
52- key : ${{ runner.os }}-datasets-${HASH_EPHY_DATASET}
52+ key : ${{ runner.os }}-datasets-${{ env. HASH_EPHY_DATASET } }
5353 restore-keys : |
5454 ${{ runner.os }}-datasets
5555 - name : Test with pytest
You can’t perform that action at this time.
0 commit comments