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

[INTPROD-1125] Update Runner for GH Action #20

Merged
merged 6 commits into from
Feb 14, 2024
Merged

Conversation

colinsl
Copy link
Contributor

@colinsl colinsl commented Feb 14, 2024

This pull request primarily focuses on updating the GitHub Actions workflows and the pre-commit configuration. The updates include changing the operating system used in the workflows from ubuntu-18.04 to ubuntu-latest, upgrading the Python version from 3.6 to 3.8, and updating the flake8 repository and revision in the pre-commit configuration.

GitHub Actions workflows:

  • .github/workflows/pull_request.yml: Updated the operating system from ubuntu-18.04 to ubuntu-latest and upgraded the Python version from 3.6 to 3.8. Also, removed the support for Python 2.x in the test matrix.
  • .github/workflows/push.yml: In both the build-and-deploy-docs and build-and-publish-python-module jobs, updated the operating system from ubuntu-18.04 to ubuntu-latest and upgraded the Python version from 3.6 to 3.8. [1] [2]

Pre-commit configuration:

  • .pre-commit-config.yaml: Updated the flake8 repository from https://gitlab.com/pycqa/flake8 to https://github.com/pycqa/flake8 and updated the revision from 3.7.9 to 5.0.4.

@colinsl
Copy link
Contributor Author

colinsl commented Feb 14, 2024

PTAL @david-lyft @toverturf-lyft

@colinsl colinsl merged commit e3bf8fa into master Feb 14, 2024
3 checks passed
@colinsl colinsl deleted the colinsl/update-runner branch February 14, 2024 20:24
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.

2 participants