Skip to content

Commit f183923

Browse files
committed
ci: fix Test Wheel stages on mac not finding wheels
1 parent a513dff commit f183923

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
@@ -341,8 +341,8 @@ def mac_wheels(pythonVersions, testPackages, params, wheelStashes){
341341
if(testPackages == true){
342342
stage("Test Wheel (${pythonVersion} MacOS ${arch})"){
343343
node("mac && python${pythonVersion} && ${arch}"){
344-
unstash "python${pythonVersion} mac ${arch} wheel"
345344
checkout scm
345+
unstash "python${pythonVersion} mac ${arch} wheel"
346346
def wheels = findFiles(glob: 'dist/*.whl')
347347
if(wheels.size() == 0){
348348
error "No wheels found to test"

0 commit comments

Comments
 (0)