Skip to content

Commit

Permalink
Removed provoked failure after version check
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Nov 28, 2024
1 parent c6835c6 commit b0c894b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
- name: Check Version(s)
run: |
poetry run version-check `poetry run python -c "from noxconfig import PROJECT_CONFIG; print(PROJECT_CONFIG.version_file)"`
echo "Please enable the version check by replacing this output with shell command bellow:"
echo ""
echo "poetry run version-check <<VERSION_PY>>"
echo ""
echo "Note: <<VERSION_PY>> needs to point to the version file of the project (version.py)."
exit 1
Documentation:
name: Docs
Expand Down

0 comments on commit b0c894b

Please sign in to comment.