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 4a4d797 commit f206e9dCopy full SHA for f206e9d
.github/workflows/ci.yml
@@ -995,7 +995,7 @@ jobs:
995
# Install cppyy
996
git clone --depth=1 https://github.com/compiler-research/cppyy.git
997
cd cppyy
998
- python -m pip install --upgrade . --no-deps
+ python -m pip install --upgrade . --no-deps --no-build-isolation
999
cd ..
1000
- name: Run cppyy on Unix Systems
1001
if: ${{ (runner.os != 'windows') && (matrix.cppyy == 'On') }}
0 commit comments