Skip to content

Commit

Permalink
Merge: Remove tox caching in Regular (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz authored Jul 1, 2024
2 parents 765dc4d + 54265b8 commit 6e38822
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/regular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ jobs:
id: setup-python
with:
python-version: ${{ matrix.py-version.semantic }}
- uses: actions/cache@v4
with:
path: .tox/fulltest-${{ matrix.py-version.tox }}
key: fulltest-${{ matrix.py-version.tox }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tox.ini') }}
- name: Run full tests
run: |
pip install tox-uv
Expand Down

0 comments on commit 6e38822

Please sign in to comment.