Skip to content

Commit

Permalink
add setuptools to CI install
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Jul 31, 2023
1 parent d5eaf9e commit dc384a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pycodestyle pyflakes pylint dlint pyupgrade
pip install pycodestyle pyflakes pylint dlint pyupgrade setuptools
- name: Run tests
env:
RUN_ONLINETESTS: 1
Expand Down

0 comments on commit dc384a2

Please sign in to comment.