Skip to content

Commit 6a1038f

Browse files
committed
Fix checks.yml workflow template
1 parent abd8d60 commit 6a1038f

File tree

1 file changed

+1
-1
lines changed
  • exasol/toolbox/templates/github/workflows

1 file changed

+1
-1
lines changed

exasol/toolbox/templates/github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: exasol/python-toolbox/.github/actions/[email protected]
2323

2424
- name: Check Version(s)
25-
run: poetry run version-check `poetry run python -c "from noxconfig import PROJECT_CONFIG; print(PROJECT_CONFIG.version_file)"`
25+
run: |
2626
echo "Please enable the version check by replacing this output with shell command bellow:"
2727
echo ""
2828
echo "poetry run version-check <<VERSION_PY>>"

0 commit comments

Comments
 (0)