Skip to content

Commit

Permalink
Update scipy_on_py3_13.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored May 13, 2024
1 parent d79e412 commit aa04ecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scipy_on_py3_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
sudo apt-get install --yes libopenblas-dev
- if: runner.os == 'macOS'
env:
LDFLAGS: "-L${{ env.HOMEBREW_PREFIX }}/opt/openblas/lib"
CPPFLAGS: "-I${{ env.HOMEBREW_PREFIX }}/opt/openblas/include"
PKG_CONFIG_PATH: "${{ env.HOMEBREW_PREFIX }}/opt/openblas/lib/pkgconfig"
LDFLAGS: "-L/opt/homebrew/opt/openblas/lib"
CPPFLAGS: "-I/opt/homebrew/opt/openblas/include"
PKG_CONFIG_PATH: "/opt/homebrew/opt/openblas/lib/pkgconfig"
run: |
brew shellenv
echo $PATH
Expand Down

0 comments on commit aa04ecb

Please sign in to comment.