1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 18:28:51 -05:00

Update appveyor.yml

This commit is contained in:
Andrej Prochazka 2021-05-19 16:57:07 +02:00 committed by GitHub
parent accf00e28f
commit 1759348f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,9 @@ environment:
PYTHON_ARCH: 64
install:
- set PATH=%Python_ROOT_DIR%;%PATH%
- set PATH=%Python_ROOT_DIR%;%Python_ROOT_DIR%\Scripts%PATH%
- pip install pybind11
- pip install wheel
build_script:
# - git submodule add -b stable ../../pybind/pybind11 extern/pybind11