Skip to content

Commit 151328c

Browse files
committed
Cache Python pip packages when venv is used
1 parent 4be6d45 commit 151328c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/public-analyze-code-graph.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
uses: actions/setup-python@v5
126126
with:
127127
python-version: ${{ matrix.python }}
128+
cache: 'pip'
128129

129130
- name: (Python Setup) Conda environment info
130131
if: inputs.use-venv_virtual_python_environment == 'false'

0 commit comments

Comments
 (0)