Skip to content

Commit 12eb32d

Browse files
committed
Adjust version query in github workflow
1 parent 7523ff1 commit 12eb32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: exasol/python-toolbox/.github/actions/python-environment@main
1919

2020
- name: Check Version(s)
21-
run: poetry run version-check `python -c "from noxconfig import PROJECT_CONFIG; print(PROJECT_CONFIG.version_file)"`
21+
run: poetry run version-check `poetry run python -c "from noxconfig import PROJECT_CONFIG; print(PROJECT_CONFIG.version_file)"`
2222

2323
build-documentation-job:
2424
name: Build Documentation

0 commit comments

Comments
 (0)