Skip to content

Commit

Permalink
Don't need setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuckley committed Jul 23, 2024
1 parent 994698b commit 7a78856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade "pip<24.1"
pip install --upgrade setuptools wheel
pip install --upgrade wheel
pip install --editable ".[tests]"
- name: Check Formatting and Lint
run: |
Expand Down

0 comments on commit 7a78856

Please sign in to comment.