Skip to content

Commit ce7c19c

Browse files
committed
build: simplify requirements to single requirements-dev.txt
1 parent 11070ee commit ce7c19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def mac_wheels(){
262262
stage("Universal2 Wheel: Python ${pythonVersion}"){
263263
stage('Make Universal2 wheel'){
264264
node("mac && python${pythonVersion}") {
265+
checkout scm
265266
unstash "python${pythonVersion} m1 mac wheel"
266267
unstash "python${pythonVersion} mac x86_64 wheel"
267268
def wheelNames = []

0 commit comments

Comments
 (0)