Skip to content

Commit

Permalink
Don't override --include-dirs in windows circle-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Apr 8, 2021
1 parent a3f1ad7 commit 5f2bd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ jobs:
name: build extension
command: |
env\Scripts\activate.ps1
python setup.py build_ext --inplace --include-dirs boost\lib\native\include\
python setup.py build_ext --inplace
- run:
name: run unittests
Expand Down

0 comments on commit 5f2bd9a

Please sign in to comment.