Skip to content

Commit

Permalink
CI: fix for old pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Apr 29, 2024
1 parent f3200ce commit b684034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -417,7 +417,7 @@ jobs:
- name: Build wheel and install
run: |
python3.11 -m pip install . --no-build-isolation -Csetup-args=-Dblas=blas-atlas -Csetup-args=-Dlapack=lapack-atlas -Ccompile-args=-j2
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
- name: Install test dependencies
run: |
Expand Down

0 comments on commit b684034

Please sign in to comment.