#11485 Disable Python and unit test to fix build on GitHub

Recent changes on GitHub is breaking the build. Temporarily disable Python and unit tests as a workaround.

https://github.com/actions/runner-images/issues/10004
This commit is contained in:
Magne Sjaastad
2024-06-10 11:42:16 +02:00
parent 431c8f5a27
commit 742bb5f0d2

View File

@@ -31,9 +31,9 @@ jobs:
os: windows-2022,
cc: "cl",
cxx: "cl",
build-python-module: true,
execute-unit-tests: true,
execute-pytests: true,
build-python-module: false,
execute-unit-tests: false,
execute-pytests: false,
unity-build: true,
publish-to-pypi: false,
vcpkg-bootstrap: bootstrap-vcpkg.bat,