Skip to content

Commit 98aa1eb

Browse files
committed
Add support Django5.0
1 parent bbd6130 commit 98aa1eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
python -m pip install --upgrade pip
47+
pip install setuptools
4748
pip install -e .[psutil]
4849
pip install "${{ matrix.django }}"
4950
- name: Test

0 commit comments

Comments
 (0)