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

fix: usage of deprecated Node.js 16 actions #447

Conversation

hamirmahal
Copy link
Contributor

fixes #446.

@hamirmahal
Copy link
Contributor Author

Summary

This pull request updates ci.yaml so that it no longer uses deprecated Node.js 16 actions.

Test Plan

CI

Without this change

image

With this change

image

@hamirmahal
Copy link
Contributor Author

Comment on lines 24 to 26
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looks like we can exclude this step because we Install dependencies with just install anyway in the next step.

Copy link
Member

Choose a reason for hiding this comment

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

I think this installs the Python version, whereas just install installs the Python dependencies.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, my mistake; I updated the pull request.

@hamirmahal hamirmahal force-pushed the fix/usage-of-deprecated-nodejs-16-actions branch from ca59690 to ec2d39f Compare April 13, 2024 18:13
Copy link
Member

@charliermarsh charliermarsh left a comment

Choose a reason for hiding this comment

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

Thanks!

@charliermarsh charliermarsh merged commit 380f403 into astral-sh:main Apr 13, 2024
6 checks passed
@charliermarsh charliermarsh added the internal An internal refactor or improvement label Apr 13, 2024
@hamirmahal
Copy link
Contributor Author

You're welcome!

@hamirmahal hamirmahal deleted the fix/usage-of-deprecated-nodejs-16-actions branch April 13, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci.yaml uses deprecated Node.js 16 actions
2 participants