Skip to content

Commit a102dda

Browse files
committed
[ci] Fix django.core not installed in ci for python 3.12,3.13 and django 5.2
1 parent 67a4cb2 commit a102dda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
pip install -U pip wheel setuptools
8585
pip install -r requirements-test.txt
8686
pip install -U -I -e .
87-
pip uninstall -y Django
8887
pip install -U ${{ matrix.django-version }}
8988
sudo npm install -g prettier
9089

0 commit comments

Comments
 (0)