From 55d59f9c7705a5430b54fa0c66a040241c8387cc Mon Sep 17 00:00:00 2001 From: Joe Da Silva Date: Thu, 12 Sep 2024 14:56:26 -0700 Subject: [PATCH] test appveyor --- .appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index da68f41..10b8ff3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,5 @@ image: Visual Studio 2019 - +stack: python 3.12 platform: - x64 branches: @@ -17,7 +17,8 @@ matrix: install: - call %MBASH% "pacman --noconfirm -S --needed base-devel" - call %MBASH% "pacman --noconfirm -S autoconf automake libtool" - - call %MBASH% "python -m pip install ." + - call %MBASH% "python -m pip install -U pip" + - call %MBASH% "python -m pip install setuptools wheel" build_script: - call %MBASH% "cd $APPVEYOR_BUILD_FOLDER; exec 0