From 46d16a623703e508e45ce42e5661acbfced2ecb1 Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Wed, 5 Jun 2024 13:02:20 -0400 Subject: [PATCH] Try using the default Python version --- .github/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index beb03e5..54b02d2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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"