Skip to content

Commit 6cee90d

Browse files
committed
replace make with pip install etc.
1 parent cc668cb commit 6cee90d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium-chromium

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ pipeline {
6363
sh """
6464
python -m venv venv
6565
. venv/bin/activate
66-
python -m pip install --upgrade pip setuptools wheel
67-
make reqs-install-dev
66+
pip install --upgrade pip setuptools wheel
67+
pip install -r requirements/requirements.dev.txt --no-index --find-links ./vendor/
6868
"""
6969
}
7070
}

0 commit comments

Comments
 (0)