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 7523ff1 commit 12eb32dCopy full SHA for 12eb32d
.github/workflows/checks.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: exasol/python-toolbox/.github/actions/python-environment@main
19
20
- name: Check Version(s)
21
- run: poetry run version-check `python -c "from noxconfig import PROJECT_CONFIG; print(PROJECT_CONFIG.version_file)"`
+ run: poetry run version-check `poetry run python -c "from noxconfig import PROJECT_CONFIG; print(PROJECT_CONFIG.version_file)"`
22
23
build-documentation-job:
24
name: Build Documentation
0 commit comments