Skip to content

Commit

Permalink
ci: is the explicit setuptools install really required?
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Dec 11, 2024
1 parent a7ea912 commit 3bb928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: "3.10"
- run: pip freeze
- run: pip install "setuptools>=61.2"
#- run: pip install "setuptools>=61.2"
- run: pip freeze
- name: Install
run: |
Expand Down

0 comments on commit 3bb928b

Please sign in to comment.