Skip to content

Commit

Permalink
update FFTW_DIR to brew installation dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 2, 2024
1 parent 5d9e4ce commit 8cacf33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
setenv: |
WEBBPSF_PATH: ${{ needs.data.outputs.webbpsf_path }}
GALSIM_CAT_PATH: ${{ needs.data.outputs.galsim_cat_path }}
FFTW_DIR: /usr/local/lib/
FFTW_DIR: /opt/homebrew/opt/fftw/lib/
cache-path: ${{ needs.data.outputs.path }}
cache-key: data-${{ needs.data.outputs.hash }}
envs: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
setenv: |
WEBBPSF_PATH: ${{ needs.data.outputs.webbpsf_path }}
GALSIM_CAT_PATH: ${{ needs.data.outputs.galsim_cat_path }}
FFTW_DIR: /usr/local/lib/
FFTW_DIR: /opt/homebrew/opt/fftw/lib/
cache-path: ${{ needs.data.outputs.path }}
cache-key: data-${{ needs.data.outputs.hash }}
envs: |
Expand Down

0 comments on commit 8cacf33

Please sign in to comment.