Skip to content

Commit

Permalink
Use --no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed May 26, 2024
1 parent 6fece50 commit d4d86c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
run: |
pip install --no-cache-dir cython pytest hypothesis
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
MKLROOT=$CONDA_PREFIX pip install -e . --no-build-isolation --verbose
MKLROOT=$CONDA_PREFIX pip install -e . --no-build-isolation --verbose --no-deps
python -m pytest -v mkl_fft/tests

0 comments on commit d4d86c7

Please sign in to comment.