Skip to content

Commit

Permalink
workflow: Add setuptools as requirement when testing Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rdb committed Oct 14, 2023
1 parent c1c035d commit 972c000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
@@ -1,2 +1,3 @@
pytest==3.2.0
panda3d
setuptools

0 comments on commit 972c000

Please sign in to comment.