Skip to content

Commit

Permalink
CI: use build instead of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Apr 29, 2024
1 parent 45efb12 commit fd403bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@ jobs:
- name: Build wheel and install
run: |
python3.11 -m pip install . --no-build-isolation --config-settings=setup-args=-Dblas=blas-atlas --config-settings=setup-args=-Dlapack=lapack-atlas --config-settings=compile-args=-j2
python3.11 -m build -wnx -Csetup-args=-Dblas=blas-atlas -Csetup-args=-Dlapack=lapack-atlas -Ccompile-args=-j2
python3.11 -m pip install dist/*.whl
- name: Install test dependencies
run: |
Expand Down

0 comments on commit fd403bd

Please sign in to comment.