Skip to content

Commit 33f8b6a

Browse files
committed
remove MKLROOT from build_pip
1 parent 44c5f64 commit 33f8b6a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build_pip.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
run: |
5151
pip install --no-cache-dir meson-python ninja cmake cython
5252
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
53-
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
54-
export MKLROOT=${CONDA_PREFIX}
5553
pip install -e ".[test]" --no-build-isolation --verbose
5654
pip list
5755
python -m pytest -v mkl_fft/tests

0 commit comments

Comments
 (0)