diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b7691343..960cfea2 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -11,24 +11,24 @@ jobs: build: runs-on: ${{ matrix.os }} -strategy: - matrix: - os: [macos-latest, ubuntu-latest] - python-version: [3.9, "3.10"] - django-version: [3.2, 4.0, 4.1, 4.2] - include: - - os: macos-latest - python-version: "3.10" - django-version: "5.0" - - os: ubuntu-latest - python-version: "3.10" - django-version: "5.0" - - os: macos-latest - python-version: "3.10" - django-version: "5.0.3" - - os: ubuntu-latest - python-version: "3.10" - django-version: "5.0.3" + strategy: + matrix: + os: [ macos-latest, ubuntu-latest ] + python-version: [ 3.9, "3.10" ] + django-version: [ 3.2, 4.0, 4.1, 4.2 ] + include: + - os: macos-latest + python-version: "3.10" + django-version: "5.0" + - os: ubuntu-latest + python-version: "3.10" + django-version: "5.0" + - os: macos-latest + python-version: "3.10" + django-version: "5.0.3" + - os: ubuntu-latest + python-version: "3.10" + django-version: "5.0.3" steps: - name: Install system dependencies (windows) @@ -52,4 +52,4 @@ strategy: python setup.py install - name: Test with pytest run: | - python runtests.py + python runtests.py \ No newline at end of file