Skip to content

Commit 53396db

Browse files
committed
fixing sleef linking issues
1 parent 820588d commit 53396db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
- name: Install quaddtype
7373
working-directory: quaddtype
7474
run: |
75-
CFLAGS="-fPIC" CXXFLAGS="-fPIC" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
75+
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
7677
- name: Run quaddtype tests
7778
working-directory: quaddtype
7879
run: |

0 commit comments

Comments
 (0)