File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 6363 # Save cached Python environment (explicit because cancel-in-progress: true)
6464 - name : Save Python virtual environment to cache
6565 if : steps.cache-venv.outputs.cache-hit != 'true'
66- id : cache-venv
6766 uses : actions/cache/save@v4.0.2
6867 with :
6968 path : venv
9695 python tests/primer/__main__.py prepare --clone
9796 - name : Save projects cache
9897 if : steps.cache-projects.outputs.cache-hit != 'true'
99- id : cache-projects
10098 uses : actions/cache/save@v4.0.2
10199 with :
102100 path : tests/.pylint_primer_tests/
Original file line number Diff line number Diff line change 7575 # Save cached Python environment (explicit because cancel-in-progress: true)
7676 - name : Save Python virtual environment
7777 if : steps.cache-venv.outputs.cache-hit != 'true'
78- id : cache-venv
7978 uses : actions/cache/save@v4.0.2
8079 with :
8180 path : venv
You can’t perform that action at this time.
0 commit comments