Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed981d0

Browse files
committed
Install pybind11 in appveyor before building wheels
1 parent 7baffa4 commit ed981d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ test_script:
8484
after_test:
8585
# After the tests were a success, build wheels.
8686
# Hide the output, the copied files really clutter the build log...
87+
- python -m pip install pybind11
8788
- 'python setup.py bdist_wheel > NUL:'
8889
- dir dist\
8990
- echo finished...

0 commit comments

Comments
 (0)