Skip to content

Commit

Permalink
Remove crud
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed May 26, 2024
1 parent 470a831 commit 7d6eacb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ jobs:
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
export MKLROOT=${CONDA_PREFIX}
pip install -e . --no-build-isolation --verbose --no-deps
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MKLROOT}/lib
python -m pytest -v mkl_fft/tests/test_fft1d.py mkl_fft/tests/test_fftnd.py
python -m pytest -v mkl_fft/tests

0 comments on commit 7d6eacb

Please sign in to comment.