Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Jan 18, 2024
1 parent e2aa45a commit 032fbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_pyHAMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Pip Install pyHAMS
run: |
'${{ steps.cp.outputs.python-path }}' -m pip install --upgrade pip
'${{ steps.cp.outputs.python-path }}' -m pip install onemkl-sycl-lapack onemkl-sycl-blas cmeel-lapack pyblas
'${{ steps.cp.outputs.python-path }}' -m pip install cmeel-lapack
'${{ steps.cp.outputs.python-path }}' -m pip install meson-python meson numpy ninja wheel
'${{ steps.cp.outputs.python-path }}' -m pip install --no-build-isolation -e . -v
Expand Down

0 comments on commit 032fbc7

Please sign in to comment.