We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd6130 commit 98aa1ebCopy full SHA for 98aa1eb
.github/workflows/python-package.yml
@@ -44,6 +44,7 @@ jobs:
44
- name: Install dependencies
45
run: |
46
python -m pip install --upgrade pip
47
+ pip install setuptools
48
pip install -e .[psutil]
49
pip install "${{ matrix.django }}"
50
- name: Test
0 commit comments