Skip to content

Commit 0af570d

Browse files
committed
remove MKLROOT from build_pip
1 parent 60dffd3 commit 0af570d

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
@@ -53,8 +53,6 @@ jobs:
5353
run: |
5454
pip install --no-cache-dir meson-python ninja cmake cython
5555
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
56-
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
57-
export MKLROOT=${CONDA_PREFIX}
5856
pip install -e ".[test]" --no-build-isolation --verbose
5957
pip list
6058
python -m pytest -v mkl_fft/tests

0 commit comments

Comments
 (0)