File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88 branches : [ master ]
99
10+ # https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
1011jobs :
1112 build :
1213 runs-on : ${{ matrix.os }}
1314
14- # https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
1515 strategy :
1616 matrix :
1717 os : [ macos-latest, ubuntu-latest ]
@@ -44,17 +44,11 @@ jobs:
4444 django-version : " 5.0.3"
4545
4646 steps :
47- - name : Install system dependencies (windows)
48- if : matrix.os == 'windows-latest'
49- uses : msys2/setup-msys2@v2
50- with :
51- update : true
52- install : zlib
53-
54- - uses : actions/checkout@v4
47+ - name : Checkout code
48+ uses : actions/checkout@v4
5549
5650 - name : Set up Python ${{ matrix.python-version }}
57- uses : actions/setup-python@v4
51+ uses : actions/setup-python@v2
5852 with :
5953 python-version : ${{ matrix.python-version }}
6054
6357 pip install -q Django==${{ matrix.django-version }}
6458 python -m pip install --upgrade pip
6559 python setup.py install
60+
6661 - name : Test with pytest
6762 run : |
6863 python runtests.py
You can’t perform that action at this time.
0 commit comments