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 558d93d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ jobs:
run: |
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" `
python -m pip install --config-setting="--global-option=build_ext" `
--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 558d93d

Please sign in to comment.