Skip to content

Commit

Permalink
Remove explicit setuptools installation
Browse files Browse the repository at this point in the history
This should be handled by 'build-system.requires' pyproject.toml key.
  • Loading branch information
jparise committed Jan 7, 2024
1 parent d849a43 commit 8142ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade pip
pip install -e .[lint,test,typing]
- name: Lint
run: |
Expand Down

0 comments on commit 8142ce8

Please sign in to comment.