workflow: Add setuptools as requirement when testing Python 3.12

This commit is contained in:
rdb 2023-10-14 11:28:05 +02:00
parent c1c035d5c9
commit 972c0009ac
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
if: matrix.os != 'windows-2019'
shell: bash
run: |
python -m pip install pytest
python -m pip install pytest setuptools
PYTHONPATH=built LD_LIBRARY_PATH=built/lib DYLD_LIBRARY_PATH=built/lib python -m pytest
- name: Set up Python 3.11

View File

@ -1,2 +1,3 @@
pytest==3.2.0
panda3d
setuptools