mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
appveyor CI script
This commit is contained in:
@@ -4,7 +4,11 @@ import sys
|
||||
sys.path.append('.')
|
||||
|
||||
import example
|
||||
import numpy as np
|
||||
try:
|
||||
import numpy as np
|
||||
except ImportError:
|
||||
print('NumPy missing')
|
||||
exit(0)
|
||||
|
||||
from example import vectorized_func
|
||||
from example import vectorized_func2
|
||||
|
||||
Reference in New Issue
Block a user