Skip to content

Commit

Permalink
Disable Python install cache
Browse files Browse the repository at this point in the history
Let's disable the cache in attempt to fix errors like:

```
Post job cleanup.
/usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/libsql-client-ts/libsql-client-ts --files-from manifest.txt --use-compress-program zstdmt
Cache Size: ~3 MB (3652257 B)
Cache saved successfully
Cache saved with the key: setup-python-Linux-22.04-Ubuntu-python-3.10.14-pip-41f139f34202ef7029fcfef91d7e7c55c73d0d92535867f48465019c5d2bd9b3
Error: The operation was canceled.
```
  • Loading branch information
penberg committed Jul 18, 2024
1 parent 538587d commit d02e285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: "Install pip dependencies"
run: "pip install -r hrana-test-server/requirements.txt"

Expand Down Expand Up @@ -125,7 +124,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: "Install pip dependencies"
run: "pip install -r hrana-test-server/requirements.txt"

Expand Down

0 comments on commit d02e285

Please sign in to comment.