Skip to content

Commit c8348f8

Browse files
aaronj0vgvassilev
authored andcommitted
Update ci.yml
1 parent ed85f26 commit c8348f8

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
@@ -963,6 +963,7 @@ jobs:
963963
run: |
964964
python3 -m venv .venv
965965
source .venv/bin/activate
966+
python -m pip install --upgrade pip
966967
# Install CPyCppyy
967968
git clone --depth=1 https://github.com/compiler-research/CPyCppyy.git
968969
mkdir CPyCppyy/build
@@ -1001,7 +1002,6 @@ jobs:
10011002
cd cppyy/test
10021003
echo ::group::Prepare For Testing
10031004
make all
1004-
python -m pip install --upgrade pip
10051005
python -m pip install pytest
10061006
python -m pip install pytest-xdist
10071007
python -m pip install numba

0 commit comments

Comments
 (0)