Skip to content

Commit

Permalink
spacing on github yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Nov 2, 2023
1 parent 82644d1 commit fb5dcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Build and test windows wheels
if: ${{env.DEPLOY == 'True' && startsWith(matrix.os, 'windows')}}
run: |
python -c "import numpy as np; print('NUMPY BLAS INFOS'); print(np.show_config('dicts'))"
python -c "import numpy as np; print('NUMPY BLAS INFOS'); print(np.show_config('dicts'))"
python -m pip install build
python -m build -Csetup-args="-Dlink_blas_statically=True"
python -m pip install delvewheel
Expand Down

0 comments on commit fb5dcc8

Please sign in to comment.