We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40c3c4 commit cd3bf82Copy full SHA for cd3bf82
.github/workflows/run_tests.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
python-version: ${{ matrix.python-version }}
21
cache: "pip"
22
+ cache-save: false
23
- name: Set up peeble
24
run: |
25
export GOPATH=~/go
0 commit comments