Skip to content

Commit

Permalink
Remove Nox caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfontaine committed May 1, 2024
1 parent c20aba4 commit 1111790
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,5 @@ jobs:
pipx install nox poetry
pipx inject nox nox-poetry
pipx inject poetry poetry-plugin-export
- name: Restore nox cache
uses: actions/cache@v4
with:
key: nox-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.nox_sessions }}-${{ hashFiles('poetry.lock') }}-${{ hashFiles('noxfile.py') }}
path: .nox
- name: Run ${{ matrix.nox_sessions }} nox session
run: nox -rs ${{ matrix.nox_sessions }}-${{ matrix.python-version }}

0 comments on commit 1111790

Please sign in to comment.