We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20aba4 commit 1111790Copy full SHA for 1111790
.github/workflows/ci.yml
@@ -22,10 +22,5 @@ jobs:
22
pipx install nox poetry
23
pipx inject nox nox-poetry
24
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
30
- name: Run ${{ matrix.nox_sessions }} nox session
31
run: nox -rs ${{ matrix.nox_sessions }}-${{ matrix.python-version }}
0 commit comments