Skip to content

Commit 18e2633

Browse files
committed
Update ci.yml
1 parent a127686 commit 18e2633

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
@@ -959,6 +959,7 @@ jobs:
959959
run: |
960960
python3 -m venv .venv
961961
source .venv/bin/activate
962+
python -m pip install --upgrade pip
962963
# Install CPyCppyy
963964
git clone --depth=1 https://github.com/compiler-research/CPyCppyy.git
964965
mkdir CPyCppyy/build
@@ -997,7 +998,6 @@ jobs:
997998
cd cppyy/test
998999
echo ::group::Prepare For Testing
9991000
make all
1000-
python -m pip install --upgrade pip
10011001
python -m pip install pytest
10021002
python -m pip install pytest-xdist
10031003
python -m pip install numba

0 commit comments

Comments
 (0)