Skip to content

Commit

Permalink
Remove setuptools dependency for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gherceg committed Sep 6, 2024
1 parent 6e485b1 commit b825043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "setuptools<72"
python -m pip install -e .
- name: Run tests
run: |
Expand Down

0 comments on commit b825043

Please sign in to comment.