Skip to content

Commit 63af890

Browse files
committed
fix: update python-version: 3.11 for tests
1 parent 6dcdfeb commit 63af890

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: 3.12
24+
python-version: 3.11
2525
- name: Install dependencies
2626
run: |
27-
python -m pip install --upgrade pip setuptools
27+
python -m pip install --upgrade pip
28+
python -m pip install "setuptools<81"
2829
pip install flake8==6.0.0 flake8-isort==6.0.0
2930
pip install -r ./backend/requirements.txt
3031
- name: Test with flake8 and django tests

0 commit comments

Comments
 (0)