Skip to content

Commit cd3bf82

Browse files
committed
build(tests): add cache-save as false option to setup-python
Refs: #134
1 parent f40c3c4 commit cd3bf82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
cache: "pip"
22+
cache-save: false
2223
- name: Set up peeble
2324
run: |
2425
export GOPATH=~/go

0 commit comments

Comments
 (0)