Skip to content

Commit

Permalink
ci: remove some unneeded cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Feb 26, 2024
1 parent c2e1832 commit 2cc4aa0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- id: cache-rust
name: cache rust
uses: Swatinem/rust-cache@v2
with:
key: coverage-v2

- run: cargo install rustfilt coverage-prepare
if: steps.cache-rust.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -120,8 +118,6 @@ jobs:

- name: cache rust
uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.os }}-v1

- name: set up python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -201,8 +197,6 @@ jobs:

- name: cache rust
uses: Swatinem/rust-cache@v2
with:
key: test-debug

- run: pip install -r tests/requirements.txt
- run: make build-dev
Expand Down Expand Up @@ -234,8 +228,6 @@ jobs:

- name: cache rust
uses: Swatinem/rust-cache@v2
with:
key: test-pydantic-integration

- name: install deps
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:

- name: cache rust
uses: Swatinem/rust-cache@v2
with:
key: v1

- name: Compile pydantic-core for profiling
run: make build-profiling
Expand Down

0 comments on commit 2cc4aa0

Please sign in to comment.