Skip to content

Commit b25a3b1

Browse files
committed
Added pip caching to github workflow.
1 parent 55cf532 commit b25a3b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app-no-gil.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
python-version: 3.14
2828
# debug: true # Optional, to select a Python debug build
2929
nogil: true # Optional, to select a free-threaded Python build (3.13+ only)
30+
cache: 'pip'
3031
- name: Test Machine Info
3132
run: |
3233
df

0 commit comments

Comments
 (0)