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

Consolidate and update GitHub Actions workflows #180

Merged
merged 4 commits into from
Jun 29, 2024
Merged

Conversation

tianyizheng02
Copy link
Contributor

Fixes #175

  • Merge the tests-on-push workflow into the autotest workflow. Now autotest runs on push and on pull request as well as monthly.
  • Update actions/checkout from v3 to v4 and actions/setup-python from v3 to v5. This should resolve the Node.js 16 deprecation warnings.

Merge tests-on-push workflow into the autotest workflow because both
workflows perform the exact same jobs. Now autotest runs on push, on
pull request, and once a month.
Update actions/checkout to version 4 and actions/setup-python to version
5. This will resolve the deprecation warnings about transitioning from
   Node.js 16 to Node.js 20.
Remove run-name from autotest workflow because this workflow is now also
being used for pushes and pull requests, not just monthly tests
@tianyizheng02 tianyizheng02 marked this pull request as ready for review June 13, 2024 02:15
@tianyizheng02 tianyizheng02 requested a review from nij-patel June 13, 2024 02:15
Delete pip command `pip install flake8` because requirements.txt already
includes flake8 as a dependency
@nij-patel
Copy link
Member

LGTM

@nij-patel nij-patel merged commit 702e776 into dev Jun 29, 2024
4 checks passed
@nij-patel nij-patel deleted the consolidate-workflows branch June 29, 2024 18:57
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.

Consolidate and update GitHub workflows
2 participants