From 17d04bbcac329ec296fd96987bea3978ea28d14e Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz Date: Wed, 27 Aug 2025 10:16:44 +0200 Subject: [PATCH] fix: add python3 --- .appveyor.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e3116d2..39db4ef 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,10 +8,10 @@ clone_depth: 50 skip_commits: files: - - 'documentation/*' - - '**/*.html' - - '**/*.md' - - '.travis.yml' + - "documentation/*" + - "**/*.html" + - "**/*.md" + - ".travis.yml" # Build Configurations: dll/static, regular/debug configuration: @@ -25,15 +25,17 @@ environment: SETUP_PATH: .ci-local matrix: - - CMP: vs2019 - BASE: 7.0 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + - CMP: vs2019 + BASE: 7.0 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 # Platform: processor architecture platform: - x64 install: + - cmd: where python + - cmd: python --version - cmd: git submodule update --init --recursive build_script: