Skip to content

Commit

Permalink
removed unnecessary env-var
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayamInSync committed Sep 25, 2024
1 parent 770715b commit 99ed1f8
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 @@ -69,7 +69,7 @@ jobs:
- name: Install quaddtype
working-directory: quaddtype
run: |
export SLEEF_PATH=/usr && LDFLAGS="-Wl,-rpath,/usr/lib" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
LDFLAGS="-Wl,-rpath,/usr/lib" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
- name: Run quaddtype tests
working-directory: quaddtype
run: |
Expand Down

0 comments on commit 99ed1f8

Please sign in to comment.