Skip to content

Commit 53e7358

Browse files
baasith6cursoragent
andcommitted
Fix Jenkins connector CI: use python -m pip on Windows.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6a4ee53 commit 53e7358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pipeline {
3737
stage('Connector tests') {
3838
steps {
3939
dir('connector') {
40-
bat 'pip install -r requirements.txt pytest'
40+
bat 'python -m pip install -r requirements.txt pytest'
4141
bat 'set PYTHONPATH=.&& python -m pytest tests/ -q'
4242
}
4343
}

0 commit comments

Comments
 (0)