Skip to content

Commit 06b70a5

Browse files
committed
build: ensure non-gil wheels are not made for free threaded
1 parent da3d6f6 commit 06b70a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def mac_wheels(pythonVersions, testPackages, params, wheelStashes){
340340
}
341341
if(testPackages == true){
342342
stage("Test Wheel (${pythonVersion} MacOS ${arch})"){
343-
node("mac && python${pythonVersion} && ${arch}"){
343+
node("mac && python3 && ${arch}"){
344344
checkout scm
345345
unstash "python${pythonVersion} mac ${arch} wheel"
346346
def wheels = findFiles(glob: 'dist/*.whl')

0 commit comments

Comments
 (0)