From f2b9730529fbdb7cb226eb1576e59dd8ee6f4c2b Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Mon, 17 May 2021 15:59:27 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index ebc3b43..8a77a12 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,7 @@ environment: GENERATOR: "Visual Studio 16 2019" CONFIG: Release ARCH_ARG: "-A x64" + - PYTHON: "C:\\Python38" build_script: - git submodule add -b stable ../../pybind/pybind11 extern/pybind11