We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd68ca5 commit 627c5b7Copy full SHA for 627c5b7
.github/workflows/ci.yml
@@ -954,6 +954,7 @@ jobs:
954
run: |
955
python3 -m venv .venv
956
source .venv/bin/activate
957
+ python -m pip install --upgrade pip
958
# Install CPyCppyy
959
git clone --depth=1 https://github.com/compiler-research/CPyCppyy.git
960
mkdir CPyCppyy/build
@@ -992,7 +993,6 @@ jobs:
992
993
cd cppyy/test
994
echo ::group::Prepare For Testing
995
make all
- python -m pip install --upgrade pip
996
python -m pip install pytest
997
python -m pip install pytest-xdist
998
python -m pip install numba
0 commit comments