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

This reverts commit 742bb5f0d2.
This commit is contained in:
Magne Sjaastad
2024-06-12 10:12:26 +02:00
parent fe63231db9
commit 7f4f8732e1

View File

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