You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the tests are executed only locally by the developers, which means that only a small proportion of the supported system and Python versions are covered.
💡 Feature Request
We need a CI/CD pipeline that executes the test for different systems and python versions.
🌍 Context
The pipeline should be executed with every pull request and every publication.
🔍 Additional Information
No response
👍 Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
…orms and python versions (#14)
## 📥 Pull Request Description
This pull request adds a github workflow that is triggered in case of an
pull-request and runs the pytest of the project for different platforms
and python versions.
## 👀 Affected Areas
- CI
- tests
## 📝 Checklist
Please make sure you've completed the following tasks before submitting
this pull request:
- [X] Pre-commit hooks were executed
- [ ] Changes have been reviewed by at least one other developer
- [ ] Tests have been added or updated to cover the changes (only
necessary if the changes affect the executable code)
- [X] All tests ran successfully
- [X] All merge conflicts are resolved
- [ ] Documentation has been updated to reflect the changes
- [X] Any necessary migrations have been run
## 📌 Related Issues
- #7
✏️ Problem Description
Currently, the tests are executed only locally by the developers, which means that only a small proportion of the supported system and Python versions are covered.
💡 Feature Request
We need a CI/CD pipeline that executes the test for different systems and python versions.
🌍 Context
The pipeline should be executed with every pull request and every publication.
🔍 Additional Information
No response
👍 Code of Conduct
The text was updated successfully, but these errors were encountered: