Skip to content

Commit 7d6eacb

Browse files
Remove crud
1 parent 470a831 commit 7d6eacb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_pip.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ jobs:
5555
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
5656
export MKLROOT=${CONDA_PREFIX}
5757
pip install -e . --no-build-isolation --verbose --no-deps
58-
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MKLROOT}/lib
59-
python -m pytest -v mkl_fft/tests/test_fft1d.py mkl_fft/tests/test_fftnd.py
58+
python -m pytest -v mkl_fft/tests

0 commit comments

Comments
 (0)