Skip to content

Commit

Permalink
ci: Remove cache check for tox
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinying committed Jan 6, 2025
1 parent 14d0563 commit c4a91aa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Load cached tox
id: cached-tox
uses: actions/cache@v4
with:
path: .tox
key: tox-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}-${{ hashFiles('tox.ini') }}
restore-keys: |
tox-${{ runner.os }}-${{ matrix.python-version }}-
- name: Install tox
if: steps.cached-tox.outputs.cache-hit != 'true'
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
Expand Down

0 comments on commit c4a91aa

Please sign in to comment.