Skip to content

Commit

Permalink
install setuptools, no longer automatically available with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Oct 31, 2023
1 parent 7b9abda commit cf56b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 cf56b73

Please sign in to comment.