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

Add a github workflow for tests #4

Merged
merged 2 commits into from
Jul 22, 2024
Merged

Add a github workflow for tests #4

merged 2 commits into from
Jul 22, 2024

Conversation

marcelofern
Copy link
Contributor

This flow initially has a postgres matrix including versions 12 up to 16.

The Python and Django versions are already parametrised via nox, meaning that each workflow will run on its own version of postgres, combined with a permutation of Django and Python versions.

@marcelofern marcelofern force-pushed the add-github-workflows branch 2 times, most recently from ceeb43e to 2b48799 Compare July 21, 2024 23:00
This commit cleans dependencies by:
- locking their minimum version numbers.
- ensuring that pytest-in-nox gets updated via `make update`.
- running `make update` to assert dependencies on the .txt files.
This flow initially has a postgres matrix including versions 12 up to
16.

The Python and Django versions are already parametrised via `nox`, meaning
that each workflow will run on its own version of postgres, combined
with a permutation of Django and Python versions.
@marcelofern marcelofern force-pushed the add-github-workflows branch from f82a67c to a9381e8 Compare July 21, 2024 23:27
@marcelofern marcelofern marked this pull request as ready for review July 22, 2024 00:52
@marcelofern marcelofern merged commit bc657a7 into main Jul 22, 2024
5 checks passed
@marcelofern marcelofern deleted the add-github-workflows branch July 22, 2024 00:58
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.

1 participant