Skip to content

Commit

Permalink
Add missing setuptools requirement for 3.12 environments
Browse files Browse the repository at this point in the history
  • Loading branch information
wgordon17 committed Mar 26, 2024
1 parent 73fdd6a commit 8e2fa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

# install environment specific dependencies
- name: Install coverage
run: pip install coverage>=5.3
run: pip install coverage>=5.3 setuptools

- name: Install Django 3.2
if: matrix.django == 3.2
Expand Down

0 comments on commit 8e2fa20

Please sign in to comment.