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 35dd135 commit aedcf99Copy full SHA for aedcf99
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Install Nox
51
run: |
52
pipx install --pip-args=--constraint=.github/workflows/constraints.txt nox
53
- pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
+ pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry toml
54
nox --version
55
56
- name: Compute pre-commit cache key
0 commit comments