Skip to content

Commit 824fa88

Browse files
author
Agus Makmun
committed
fix: tab
1 parent f1cdea7 commit 824fa88

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/run-tests.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ jobs:
1111
build:
1212
runs-on: ${{ matrix.os }}
1313

14-
strategy:
15-
matrix:
16-
os: [macos-latest, ubuntu-latest]
17-
python-version: [3.9, "3.10"]
18-
django-version: [3.2, 4.0, 4.1, 4.2]
19-
include:
20-
- os: macos-latest
21-
python-version: "3.10"
22-
django-version: "5.0"
23-
- os: ubuntu-latest
24-
python-version: "3.10"
25-
django-version: "5.0"
26-
- os: macos-latest
27-
python-version: "3.10"
28-
django-version: "5.0.3"
29-
- os: ubuntu-latest
30-
python-version: "3.10"
31-
django-version: "5.0.3"
14+
strategy:
15+
matrix:
16+
os: [ macos-latest, ubuntu-latest ]
17+
python-version: [ 3.9, "3.10" ]
18+
django-version: [ 3.2, 4.0, 4.1, 4.2 ]
19+
include:
20+
- os: macos-latest
21+
python-version: "3.10"
22+
django-version: "5.0"
23+
- os: ubuntu-latest
24+
python-version: "3.10"
25+
django-version: "5.0"
26+
- os: macos-latest
27+
python-version: "3.10"
28+
django-version: "5.0.3"
29+
- os: ubuntu-latest
30+
python-version: "3.10"
31+
django-version: "5.0.3"
3232

3333
steps:
3434
- name: Install system dependencies (windows)
@@ -52,4 +52,4 @@ strategy:
5252
python setup.py install
5353
- name: Test with pytest
5454
run: |
55-
python runtests.py
55+
python runtests.py

0 commit comments

Comments
 (0)