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

ci: fix CI step names #48

Merged
merged 2 commits into from
Aug 7, 2023

Conversation

ruancomelli
Copy link
Contributor

Fix the name of the CI steps of the test job.

The setup step was previously named "Set up Python 3.8", which is misleading since we have a matrix of Python versions to test with. The new name now uses the correct Python version.

The test step previously mentioned pytest, which is wrong since we currently use unittest for testing. I chose simply "Run tests" to avoid mentioning any particular testing framework.

@mherrmann mherrmann merged commit 3dc6dd1 into mherrmann:master Aug 7, 2023
5 checks passed
@ruancomelli ruancomelli deleted the ci/fix-ci-step-names branch August 7, 2023 09:33
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