Skip to content

Commit 9984b85

Browse files
fix: add missing setuptools to CI configuration
1 parent a2a02f4 commit 9984b85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
- name: Run lint
3737
run: |
38-
pip install black pycodestyle pylint flake8 mypy pydocstyle vulture pytest ruff
38+
pip install black pycodestyle pylint flake8 mypy pydocstyle vulture pytest ruff setuptools
3939
sudo npm install -g pyright
4040
make lint

0 commit comments

Comments
 (0)