Skip to content

Commit

Permalink
Update .github/workflows/test_pdm_env_macos.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Scott C. Livingston <[email protected]>
  • Loading branch information
jgraeb and slivingston authored Oct 11, 2024
1 parent 0d05f47 commit bd0975d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_pdm_env_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Install Python dependencies
run: |
export CFLAGS="-I $(brew --prefix graphviz)/include"
export LDFLAGS="-L $(brew --prefix graphviz)/lib"
pdm install -v
- name: Try to use cached Spot
id: cache-spot
Expand Down

0 comments on commit bd0975d

Please sign in to comment.