Try using the default Python version

This commit is contained in:
Jesse Talavera 2024-06-05 13:02:20 -04:00
parent 6bf3b41c2f
commit 46d16a6237

View File

@ -115,7 +115,7 @@ jobs:
with:
msystem: MINGW64
update: true
install: git pkgconf mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-mesa
install: git pkgconf mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-mesa mingw-w64-x86_64-python
- name: Install Dependencies (macOS)
if: ${{ runner.os == 'macOS' }}
@ -159,7 +159,6 @@ jobs:
if: ${{ inputs.test-suite }}
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
cache-dependency-path: "${{ github.workspace }}/test/requirements.txt"