Skip to content

Commit

Permalink
[ci] Add pip no build isolation option for cppyy
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 committed Oct 30, 2024
1 parent 4a4d797 commit f206e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ jobs:
# Install cppyy
git clone --depth=1 https://github.com/compiler-research/cppyy.git
cd cppyy
python -m pip install --upgrade . --no-deps
python -m pip install --upgrade . --no-deps --no-build-isolation
cd ..
- name: Run cppyy on Unix Systems
if: ${{ (runner.os != 'windows') && (matrix.cppyy == 'On') }}
Expand Down

0 comments on commit f206e9d

Please sign in to comment.