-
Notifications
You must be signed in to change notification settings - Fork 40
Use python 3.12 for ci controlled scripts #1055
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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,7 @@ jobs: | |
|
|
||
| {{ checkout(repository="pulp/pulp-openapi-generator", path="pulp-openapi-generator") | indent(6) }} | ||
|
|
||
| {{ setup_python() | indent(6) }} | ||
| {{ setup_python(pyversion="3.12") | indent(6) }} | ||
|
|
||
| - name: "Download plugin package" | ||
| uses: "actions/download-artifact@v8" | ||
|
|
@@ -70,7 +70,7 @@ jobs: | |
| {%- endfor %} | ||
| {%- endif %} | ||
|
|
||
| {{ install_python_deps(["build", "towncrier", "twine", "wheel", "httpie", "docker", "netaddr", "boto3", "ansible~=10.3.0", "mkdocs", "jq", "jsonpatch", "bump-my-version"]) | indent(6) }} | ||
| {{ install_python_deps(["httpie", "docker", "netaddr", "boto3", "ansible~=10.3.0", "mkdocs", "jsonpatch"]) | indent(6) }} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this now the last invocation of
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know. I didn't make the uv change complete in all places. Kind of reducing the risk here. |
||
|
|
||
| {{ setup_env() | indent(6) }} | ||
|
|
||
|
|
||
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.
I don't think it's guaranteed that the cli will be installed. Also, why is this changing now? I don't see the change for display_logs macro?
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.
Well, it is for a long time now. And this workflow file was just outdated compared to the templates.
(Apparently not everybody adjusting the templates brings the changes to these bootstrap files too.)