Skip to content

Commit 627c5b7

Browse files
authored
Update ci.yml
1 parent bd68ca5 commit 627c5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,7 @@ jobs:
954954
run: |
955955
python3 -m venv .venv
956956
source .venv/bin/activate
957+
python -m pip install --upgrade pip
957958
# Install CPyCppyy
958959
git clone --depth=1 https://github.com/compiler-research/CPyCppyy.git
959960
mkdir CPyCppyy/build
@@ -992,7 +993,6 @@ jobs:
992993
cd cppyy/test
993994
echo ::group::Prepare For Testing
994995
make all
995-
python -m pip install --upgrade pip
996996
python -m pip install pytest
997997
python -m pip install pytest-xdist
998998
python -m pip install numba

0 commit comments

Comments
 (0)