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

Optimize our GitHub CI workflows #218

Closed
federicobond opened this issue Oct 19, 2023 · 0 comments · Fixed by #220
Closed

Optimize our GitHub CI workflows #218

federicobond opened this issue Oct 19, 2023 · 0 comments · Fixed by #220
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@federicobond
Copy link
Member

Our current workflows run several steps like black, flake8, and CodeQL repeatedly for each Python version specified in the version matrix. The output of these tools should rarely vary for different Python versions so it makes sense to run them in a single separate flow and only keep the tests running in different Python versions.

This should significantly reduce the build time.

@federicobond federicobond added the good first issue Good for newcomers label Oct 19, 2023
@beeme1mr beeme1mr added the help wanted Extra attention is needed label Oct 19, 2023
@federicobond federicobond linked a pull request Oct 20, 2023 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants