Skip to content

Commit a9fd3a4

Browse files
committed
Disable Nox cache
1 parent 5862f14 commit a9fd3a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)