-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/bump pybotx version 0.73.4 #151
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
.github/workflows/tests.yml
Outdated
| run: | | ||
| pip install copier==7.1.0 | ||
| pip install --upgrade pip # Ensure pip is updated | ||
| pip install --upgrade argcomplete>=1.9.4 # Update argcomplete first |
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.
Не совсем понятно, зачем вызывать --upgrade, потому что установкаpip install argcomplete>=1.9.4 сама обновит версию, если она у тебя отсатет.
.github/workflows/tests.yml
Outdated
| pip install pyyaml-include==1.4.1 | ||
| # hardcode pydantic version to avoid dependency conflict with copier | ||
| pip install pydantic==1.10.2 | ||
| pip install pyyaml-include |
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.
Аналогично, стоит фиксировать версию. Для поддержания совместимости между библиотеками.
14b253b to
a71c9f1
Compare
a71c9f1 to
bb5519e
Compare
Edit:
Checklist
/helpcommand