Skip to content

Commit

Permalink
Avoid tox environment caching in test-wagtail-5 job
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Babic committed Dec 22, 2024
1 parent 93b5679 commit ec56b1d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
run: |
python -Im pip install --upgrade pip flit tox tox-gh-actions || (echo "::error::Failed to install dependencies" && exit 1)
- name: 💾 Cache tox environments
uses: actions/cache@v4
with:
path: .tox
key: tox-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.django }}-${{ matrix.wagtail }}-${{ hashFiles('tox.ini') }}

- name: 🏗️ Build wheel
run: python -Im flit build --format wheel || (echo "::error::Failed to build wheel" && exit 1)

Expand Down

0 comments on commit ec56b1d

Please sign in to comment.