File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments