Skip to content

Commit 1c71bfa

Browse files
committed
Disabled build cache
1 parent 64ad2fa commit 1c71bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- uses: actions/cache@v3
3232
with:
3333
path: |
34-
~/.cache/pip
35-
.tox
34+
# ~/.cache/pip
35+
# .tox
3636
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-test.txt') }}
3737

3838
- name: Upgrade packaging tools

0 commit comments

Comments
 (0)