Skip to content

Commit

Permalink
setuptools must be install manually in py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
patroqueeet authored Jan 22, 2024
1 parent acab1c1 commit 8bc2a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools
python setup.py install
- name: Run Tests
run: |
Expand Down

0 comments on commit 8bc2a4c

Please sign in to comment.