Skip to content

Commit

Permalink
install setuptools, no longer available by default in python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Oct 31, 2023
1 parent f51174c commit b34b2f1
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 b34b2f1

Please sign in to comment.