Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
iurisilvio committed Feb 7, 2024
1 parent db37be3 commit 94e89cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/example-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
pytest-django: ["<4.7", ">=4.7"]

steps:
- uses: actions/checkout@v3
Expand All @@ -35,6 +36,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install ..
python -m pip install "pytest-django${{ matrix.pytest-django }}"
- name: Django migrate
run: |
./manage.py migrateci -v3 --parallel 2
Expand Down

0 comments on commit 94e89cf

Please sign in to comment.