mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
workflow: Add setuptools as requirement when testing Python 3.12
This commit is contained in:
parent
c1c035d5c9
commit
972c0009ac
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
if: matrix.os != 'windows-2019'
|
if: matrix.os != 'windows-2019'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
PYTHONPATH=built LD_LIBRARY_PATH=built/lib DYLD_LIBRARY_PATH=built/lib python -m pytest
|
||||||
|
|
||||||
- name: Set up Python 3.11
|
- name: Set up Python 3.11
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
pytest==3.2.0
|
pytest==3.2.0
|
||||||
panda3d
|
panda3d
|
||||||
|
setuptools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user