Skip to content

Commit

Permalink
fix: tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Agus Makmun committed Mar 24, 2024
1 parent f1cdea7 commit 824fa88
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -52,4 +52,4 @@ strategy:
python setup.py install
- name: Test with pytest
run: |
python runtests.py
python runtests.py

0 comments on commit 824fa88

Please sign in to comment.