Skip to content

Commit

Permalink
Update tests for macOS Sonoma v14 (networkx#7437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored May 1, 2024
1 parent 20eabd6 commit d141688
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,11 @@ jobs:
run: |
pip install --upgrade pip
pip install -r requirements/default.txt -r requirements/test.txt
pip install --global-option=build_ext --global-option="-I/usr/local/include/" --global-option="-L/usr/local/lib/" pygraphviz
pip install --no-cache-dir \
--config-settings="--global-option=build_ext" \
--config-settings="--global-option=-I$(brew --prefix graphviz)/include/" \
--config-settings="--global-option=-L$(brew --prefix graphviz)/lib/" \
pygraphviz
pip install -r requirements/extra.txt
pip install .
pip list
Expand Down

0 comments on commit d141688

Please sign in to comment.