Skip to content

Commit

Permalink
Try with no setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Nov 20, 2024
1 parent a754578 commit 9cec757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools==75.5.0
# pip install setuptools==75.5.0
pip install -e .[dev]
- name: Lint with flake8
Expand Down

0 comments on commit 9cec757

Please sign in to comment.