File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
pipx install nox poetry
24
24
pipx inject nox nox-poetry
25
25
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
31
31
- name : Run ${{ matrix.nox_sessions }} nox session
32
32
run : nox -rs ${{ matrix.nox_sessions }}-${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments