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 470a831 commit 7d6eacbCopy full SHA for 7d6eacb
.github/workflows/build_pip.yaml
@@ -55,5 +55,4 @@ jobs:
55
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
56
export MKLROOT=${CONDA_PREFIX}
57
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
+ python -m pytest -v mkl_fft/tests
0 commit comments