From 627c5b7e346cf77c6990c471a86f3c56c5ea2c88 Mon Sep 17 00:00:00 2001 From: Aaron Jomy <75925957+maximusron@users.noreply.github.com> Date: Sun, 19 May 2024 11:00:17 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12e78104..b1487371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -954,6 +954,7 @@ jobs: run: | python3 -m venv .venv source .venv/bin/activate + python -m pip install --upgrade pip # Install CPyCppyy git clone --depth=1 https://github.com/compiler-research/CPyCppyy.git mkdir CPyCppyy/build @@ -992,7 +993,6 @@ jobs: cd cppyy/test echo ::group::Prepare For Testing make all - python -m pip install --upgrade pip python -m pip install pytest python -m pip install pytest-xdist python -m pip install numba