Skip to content
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

Use deadsnakes/action@v1.0.0 to install python3.9 nightly #7249

Merged
merged 1 commit into from May 24, 2020
Merged

Use deadsnakes/action@v1.0.0 to install python3.9 nightly #7249

merged 1 commit into from May 24, 2020

Conversation

asottile
Copy link
Member

No description provided.

.github/workflows/main.yml Outdated Show resolved Hide resolved
if: matrix.python != '3.9-dev'
with:
python-version: ${{ matrix.python }}
- name: install python ${{ matrix.python }}
Copy link
Member

Choose a reason for hiding this comment

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

Minor nitpick, feel free to ignore:

The name of the standard action is Set up Python {version}, but for deadsnakes it is install python {version}. Maybe use something similar between them, say Set up Python {version} (deadsnakes) for the new action?

@nicoddemus
Copy link
Member

Thanks, great to see more standard actions for this 😁

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.

None yet

3 participants