Skip to content

Commit 1111790

Browse files
committed
Remove Nox caching
1 parent c20aba4 commit 1111790

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,5 @@ jobs:
2222
pipx install nox poetry
2323
pipx inject nox nox-poetry
2424
pipx inject poetry poetry-plugin-export
25-
- name: Restore nox cache
26-
uses: actions/cache@v4
27-
with:
28-
key: nox-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.nox_sessions }}-${{ hashFiles('poetry.lock') }}-${{ hashFiles('noxfile.py') }}
29-
path: .nox
3025
- name: Run ${{ matrix.nox_sessions }} nox session
3126
run: nox -rs ${{ matrix.nox_sessions }}-${{ matrix.python-version }}

0 commit comments

Comments
 (0)