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 63
63
# Save cached Python environment (explicit because cancel-in-progress: true)
64
64
- name : Save Python virtual environment to cache
65
65
if : steps.cache-venv.outputs.cache-hit != 'true'
66
- id : cache-venv
67
66
uses : actions/cache/save@v4.0.2
68
67
with :
69
68
path : venv
96
95
python tests/primer/__main__.py prepare --clone
97
96
- name : Save projects cache
98
97
if : steps.cache-projects.outputs.cache-hit != 'true'
99
- id : cache-projects
100
98
uses : actions/cache/save@v4.0.2
101
99
with :
102
100
path : tests/.pylint_primer_tests/
Original file line number Diff line number Diff line change 75
75
# Save cached Python environment (explicit because cancel-in-progress: true)
76
76
- name : Save Python virtual environment
77
77
if : steps.cache-venv.outputs.cache-hit != 'true'
78
- id : cache-venv
79
78
uses : actions/cache/save@v4.0.2
80
79
with :
81
80
path : venv
You can’t perform that action at this time.
0 commit comments