-
Notifications
You must be signed in to change notification settings - Fork 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
Fix CI and update to latest Ubuntu/Python versions #454
base: devel
Are you sure you want to change the base?
Conversation
@stonier Now that ROS 2 Iron is EOL, do you have the means to change the |
Also, now that I updated all the CI actions to use Python 3.10 / 3.12, I think we'll also need to merge this PR with failures and then manually kick off the Push Poetry Container workflow. Up to you. ... however, I am also running into this issue with 3.12 kubeflow/pipelines#11398 |
47c4e73
to
3e34577
Compare
@@ -25,6 +25,7 @@ keywords=["py_trees", "py-trees", "behaviour-trees"] | |||
[tool.poetry.dependencies] | |||
python = "^3.8" | |||
pydot = ">=1.4" | |||
py = "^1.11.0" |
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.
had to add for newer PyTest versions: ionelmc/pytest-benchmark#226
py_trees | ||
tests | ||
# doc/examples | ||
source_locations = py_trees tests doc/examples |
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.
multiline stopped working in newer tox versions, cool and good
Attempts to fix CI as described in colcon/colcon-core#678
Also took the liberty of updating the Python and GitHub actions versions in CI, as well as the devcontainer setups.