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 9f67bf3 commit a1527c1Copy full SHA for a1527c1
.github/workflows/checks.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: ./.github/actions/python-environment
20
21
- name: Check Version(s)
22
- run: poetry run nox -s version:check -- `poetry run -- python -c "from noxconfig import PROJECT_CONFIG; print(PROJECT_CONFIG.version_file)"`
+ run: poetry run -- nox -s version:check -- `poetry run -- python -c "from noxconfig import PROJECT_CONFIG; print(PROJECT_CONFIG.version_file)"`
23
24
Documentation:
25
name: Docs
0 commit comments