Skip to content

Commit

Permalink
install setuptools in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Dec 31, 2024
1 parent d07982f commit 8c1afdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/runpyci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install dependencies and linters
run: |
[ -e requirements.txt ] && pip install -r requirements.txt
pip install setuptools # CUSTOM: required until we move to pyproject
pip install pycodestyle pyupgrade pyflakes dlint pylint ruff
- name: Run tests
env:
Expand Down

0 comments on commit 8c1afdc

Please sign in to comment.