Skip to content

Commit d797d37

Browse files
committed
Install the latest point release of each Django and Python version
1 parent 3dd1843 commit d797d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
- name: Set up Python ${{ matrix.python }}
4848
uses: actions/setup-python@v5
4949
with:
50-
python-version: ${{ matrix.python }}
50+
python-version: ${{ matrix.python }}.*
5151
- name: Upgraded pip
5252
run: pip install --upgrade pip
5353
- name: Install dependencies
5454
run: pip install -r test-requirements.txt
5555
- name: Install Django
56-
run: pip install -U django==${{ matrix.django }}
56+
run: pip install -U django~=${{ matrix.django }}.0
5757
- name: Run tests
5858
run: python manage.py test
5959
- name: Run black

0 commit comments

Comments
 (0)