Skip to content

Commit 1055314

Browse files
committed
typo
1 parent 95854ca commit 1055314

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
@@ -193,7 +193,7 @@ def initializeEnvironment() {
193193

194194
if (env.CYTHON_ENABLED == 'True') {
195195
sh label: 'Install cython modules', script: '''#!/bin/bash -lex
196-
pip install cython numpy
196+
pip install "Cython<3.0" numpy
197197
'''
198198
}
199199

0 commit comments

Comments
 (0)