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 375a621 commit 820588dCopy full SHA for 820588d
.github/workflows/ci.yml
@@ -73,10 +73,6 @@ jobs:
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"
76
- - name: Check SLEEF installation
77
- run: |
78
- ls -l /usr/local/lib | grep sleef
79
- ls -l /usr/local/include | grep sleef
80
- name: Run quaddtype tests
81
82
0 commit comments