From 630359f1e3daf66ef7a94b314da96cdb94e81bbf Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Sat, 10 Feb 2024 17:51:56 -0500 Subject: [PATCH] Try older Python 3.9 --- appveyor.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0a99ea98..c092d5a4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ hosts: elpmaxe.letsencrypt.org: 127.0.0.1 environment: - PATH: C:\Pythonn311-x64;C:\msys64\mingw64\bin;%USERPROFILE%\go\bin;%PATH% + PATH: C:\Python39-x64;C:\msys64\mingw64\bin;%USERPROFILE%\go\bin;%PATH% PEBBLE_WFE_NONCEREJECT: 0 # Declare artifacts that can become release assets on GitHub @@ -18,11 +18,8 @@ artifacts: install: - git clone --single-branch --depth=1 -b master https://github.com/certbot/certbot - cd certbot - - python -m venv venv - - ls venv - - ls venv\bin - - venv\bin\activate - - cd .. + - python tools\venv.py + - venv\Scripts\activate.bat build_script: - go install -v -mod=vendor ./...