8000 removed unnecessary env-var · numpy/numpy-user-dtypes@99ed1f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99ed1f8

Browse files
committed
removed unnecessary env-var
1 parent 770715b commit 99ed1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install quaddtype
7070
working-directory: quaddtype
7171
run: |
72-
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"
72+
LDFLAGS="-Wl,-rpath,/usr/lib" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
7373
- name: Run quaddtype tests
7474
working-directory: quaddtype
7575
run: |

0 commit comments

Comments
 (0)
0