Skip to content

Minor improvements on plugin-template - #474

Merged
fao89 merged 1 commit into
pulp:masterfrom
fao89:minor_updates
Aug 24, 2021
Merged

Minor improvements on plugin-template#474
fao89 merged 1 commit into
pulp:masterfrom
fao89:minor_updates

Conversation

@fao89

@fao89 fao89 commented Aug 23, 2021

Copy link
Copy Markdown
Member

[noissue]

- uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "{{ python_version }}"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think i remember, we discussed this. And the release workflow does not run any pulp code so we opted out from making the python version flexible.
Am i right here? @daviddavis

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's basically correct except I believe there was release Python code that didn't wasn't compatible with older versions of Python.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "{{ python_version }}"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This workflow doesn't run Pulp at all so I don't see any benefit to changing this to python_version instead of 3.8.

@fao89
fao89 requested a review from daviddavis August 24, 2021 19:11
@fao89
fao89 merged commit d8b54c6 into pulp:master Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants