Skip to content

Commit

Permalink
temp remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenengelsen committed Aug 23, 2024
1 parent 1677750 commit f95d833
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ env:
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
UV_CACHE_DIR: /tmp/.uv-cache
steps:
- uses: actions/checkout@master

Expand All @@ -31,14 +29,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: "api/pyproject.toml"
- name: Restore uv cache
uses: actions/cache@v4
with:
path: /tmp/.uv-cache
key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
restore-keys: |
uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
uv-${{ runner.os }}

- name: Install deps
run: |
Expand All @@ -48,9 +38,6 @@ jobs:
- name: Run tests
run: uv run pytest

- name: Minimize uv cache
run: uv cache prune --ci

test-api:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f95d833

Please sign in to comment.