Skip to content

Commit

Permalink
WIP: Try config-settings for windows bld arg fwding.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbar committed Jul 8, 2023
1 parent 9628e76 commit 49d23e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements/test.txt
python -m pip install --global-option=build_ext `
--global-option="-I$($env:WIN_GRAPHVIZ_DIR)\include" `
--global-option="-L$($env:WIN_GRAPHVIZ_DIR)\lib" `
--config-setting="--global-option=\"-I$($env:WIN_GRAPHVIZ_DIR)\include\"" `
--config-setting="--global-option=\"-L$($env:WIN_GRAPHVIZ_DIR)\lib\"" `
.
python -m pip list
Expand Down

0 comments on commit 49d23e4

Please sign in to comment.