mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
workflow: Skip Python 3.12 tests on Windows for now
Until we've added Python 3.12 to thirdparty packages
This commit is contained in:
parent
e4738194d5
commit
bf456baa35
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -33,14 +33,17 @@ jobs:
|
|||||||
(cd thirdparty/darwin-libs-a && rm -rf rocket)
|
(cd thirdparty/darwin-libs-a && rm -rf rocket)
|
||||||
|
|
||||||
- name: Set up Python 3.12
|
- name: Set up Python 3.12
|
||||||
|
if: matrix.os != 'windows-2019'
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Build Python 3.12
|
- name: Build Python 3.12
|
||||||
|
if: matrix.os != 'windows-2019'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python makepanda/makepanda.py --git-commit=${{github.sha}} --outputdir=built --everything --no-eigen --python-incdir="$pythonLocation/include" --python-libdir="$pythonLocation/lib" --verbose --threads=4 --windows-sdk=10
|
python makepanda/makepanda.py --git-commit=${{github.sha}} --outputdir=built --everything --no-eigen --python-incdir="$pythonLocation/include" --python-libdir="$pythonLocation/lib" --verbose --threads=4 --windows-sdk=10
|
||||||
- name: Test Python 3.12
|
- name: Test Python 3.12
|
||||||
|
if: matrix.os != 'windows-2019'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python -m pip install pytest
|
python -m pip install pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user