Skip to content

Commit

Permalink
Try older Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpherrinm committed Feb 10, 2024
1 parent 807d469 commit 7f68cb9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:\Pythonn39-x64;C:\msys64\mingw64\bin;%USERPROFILE%\go\bin;%PATH%
PEBBLE_WFE_NONCEREJECT: 0

# Declare artifacts that can become release assets on GitHub
Expand All @@ -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 ./...
Expand Down

0 comments on commit 7f68cb9

Please sign in to comment.