Skip to content

Commit

Permalink
setuptools is now a dev dependency, no need to install it separately …
Browse files Browse the repository at this point in the history
…in ci
  • Loading branch information
purificant committed Dec 20, 2023
1 parent 6ff283a commit 9f2516b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
run: |
pip install --no-cache-dir --upgrade pip
pip install --no-cache-dir --requirement requirements-dev.txt
pip install setuptools
- name: Run code linting checks
run: make ci-lint
Expand Down

0 comments on commit 9f2516b

Please sign in to comment.