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 820588d commit 53396dbCopy full SHA for 53396db
.github/workflows/ci.yml
@@ -72,7 +72,8 @@ jobs:
72
- name: Install quaddtype
73
working-directory: quaddtype
74
run: |
75
- CFLAGS="-fPIC" CXXFLAGS="-fPIC" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
+ python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
76
+ find ./dist/*.whl | xargs python -m pip install
77
- name: Run quaddtype tests
78
79
0 commit comments