Skip to content

Commit f910fc2

Browse files
committed
cicd: separate pip upgrade to a separate step
1 parent e5e0467 commit f910fc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/run_integration_test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ fi
1717

1818
python3 -m venv .test-venv
1919
source .test-venv/bin/activate
20-
pip install -U pip wheel setuptools
20+
pip install --upgrade pip
21+
pip install -U wheel setuptools
2122

2223
# install driver wheel
2324
pip install --ignore-installed -r test-requirements.txt pytest

0 commit comments

Comments
 (0)