Skip to content

Commit

Permalink
Try not pruning cache
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Oct 23, 2024
1 parent 83ea6b7 commit 3d92a94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
python-version: ${{ matrix.py }}
- run: uv sync --extra test --locked
- run: uv run pytest --benchmark-disable -vvv
- run: uv cache prune --ci
mypy:
runs-on: ubuntu-latest
steps:
Expand All @@ -53,7 +52,6 @@ jobs:
- run: uv sync --extra test --locked
- run: make mypy
- run: make stubtest
- run: uv cache prune --ci

benchmark:
runs-on: ubuntu-latest
Expand All @@ -72,7 +70,6 @@ jobs:
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: uv run pytest -vvv -n auto
- run: uv cache prune --ci

docs:
runs-on: ubuntu-latest
Expand All @@ -92,4 +89,3 @@ jobs:
sudo apt-get install -y graphviz
- run: uv sync --extra docs --locked
- run: make docs
- run: uv cache prune --ci

0 comments on commit 3d92a94

Please sign in to comment.