We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcdfeb commit 63af890Copy full SHA for 63af890
1 file changed
.github/workflows/main.yml
@@ -21,10 +21,11 @@ jobs:
21
- name: Set up Python
22
uses: actions/setup-python@v4
23
with:
24
- python-version: 3.12
+ python-version: 3.11
25
- name: Install dependencies
26
run: |
27
- python -m pip install --upgrade pip setuptools
+ python -m pip install --upgrade pip
28
+ python -m pip install "setuptools<81"
29
pip install flake8==6.0.0 flake8-isort==6.0.0
30
pip install -r ./backend/requirements.txt
31
- name: Test with flake8 and django tests
0 commit comments