Skip to content

Commit f206e9d

Browse files
committed
[ci] Add pip no build isolation option for cppyy
1 parent 4a4d797 commit f206e9d

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
@@ -995,7 +995,7 @@ jobs:
995995
# Install cppyy
996996
git clone --depth=1 https://github.com/compiler-research/cppyy.git
997997
cd cppyy
998-
python -m pip install --upgrade . --no-deps
998+
python -m pip install --upgrade . --no-deps --no-build-isolation
999999
cd ..
10001000
- name: Run cppyy on Unix Systems
10011001
if: ${{ (runner.os != 'windows') && (matrix.cppyy == 'On') }}

0 commit comments

Comments
 (0)