Skip to content

Commit

Permalink
build: Disable build cache for Python tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
  • Loading branch information
Stranger6667 committed May 1, 2024
1 parent cd0b70a commit 092b573
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,6 @@ jobs:

- uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v2
with:
workspaces: |
jsonschema
bindings/python
key: ${{ matrix.python-version }}-${{ matrix.os }}

- name: Run ${{ matrix.python }} tox job
run: tox -e py
working-directory: ./bindings/python
Expand Down

0 comments on commit 092b573

Please sign in to comment.