Skip to content

Commit

Permalink
Update notebooks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS authored Sep 7, 2024
1 parent c57f791 commit 29bd019
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip
pip install -r requirements.txt
if [ "$RUNNER_OS" == "macOS" ]; then
pip install --config-settings="--global-option=build_ext" \
--config-settings="--global-option=-I$(brew --prefix graphviz)/include/" \
--config-settings="--global-option=-L$(brew --prefix graphviz)/lib/" \
-r requirements.txt
pygraphviz
elif [ "$RUNNER_OS" == "Linux" ]; then
pip install -r requirements.txt
pip install pygraphviz
fi
- name: Lint with precommit
Expand Down

0 comments on commit 29bd019

Please sign in to comment.