-
Notifications
You must be signed in to change notification settings - Fork 6
✨👷♂️Add Github action step to check the version tag consistency #796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
hf-kklein
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. melde dich, wenn ich es wirklich reviewen soll
.github/workflows/python-publish.yml
Outdated
| pip install tox | ||
| pip install -r requirements.txt -r docs/requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happened with the indentation here?
docs/compatibility/versioning.py
Outdated
| def test_compare_work_tree_with_latest_version(): | ||
| compare_work_tree_with_latest_version("v202401.1.2-rc3", gh_token=None) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to create an extra test file
Resolves #784