mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix: set SYSTEM_VERSION_COMPAT to 0 during macos tests
This is a known issue while using setup-python action https://github.com/actions/setup-python/issues/279
This commit is contained in:
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
@@ -640,6 +640,8 @@ jobs:
|
||||
TestPythonPackageMacOS:
|
||||
runs-on: macos-11
|
||||
needs: [BuildAndPushPackagesMacOS, CreateRelease]
|
||||
env:
|
||||
SYSTEM_VERSION_COMPAT: 0
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user