File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515 - restore_cache :
1616 keys :
17- - pip-cache-{{ checksum "site-requirements .txt" }}
17+ - pip-cache-{{ checksum "site_requirements .txt" }}
1818
1919 - run :
2020 name : Install Node.js
@@ -31,15 +31,15 @@ jobs:
3131 name : Install Python dependencies
3232 command : |
3333 python -m pip install --upgrade pip
34- if [ -f site-requirements .txt ]; then pip install -r site-requirements .txt; fi
34+ if [ -f site_requirements .txt ]; then pip install -r site_requirements .txt; fi
3535
3636 - save_cache :
3737 key : node-cache-v1
3838 paths :
3939 - node_modules
4040
4141 - save_cache :
42- key : pip-cache-{{ checksum "site-requirements .txt" }}
42+ key : pip-cache-{{ checksum "site_requirements .txt" }}
4343 paths :
4444 - ~/.cache/pip
4545
You can’t perform that action at this time.
0 commit comments