From db7456a9718a7a915879a43b86e0c68b3ac6f662 Mon Sep 17 00:00:00 2001 From: Daniel Mil Date: Thu, 10 Aug 2023 08:48:38 -0700 Subject: [PATCH] chore: Remove Python versions from Appveyor Ubuntu runs --- appveyor-ubuntu.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/appveyor-ubuntu.yml b/appveyor-ubuntu.yml index c841bf5b90..f05fdd3141 100644 --- a/appveyor-ubuntu.yml +++ b/appveyor-ubuntu.yml @@ -19,6 +19,8 @@ configuration: - OtherTesting environment: + PYTHON_HOME: "$HOME/venv3.8/bin" + PYTHON_VERSION: '3.8' AWS_DEFAULT_REGION: us-east-1 SAM_CLI_DEV: 1 NODE_VERSION: "14.17.6" @@ -30,17 +32,6 @@ environment: APPVEYOR_CONSOLE_DISABLE_PTY: false APPVEYOR_DETAILED_SHELL_LOGGING: true - matrix: - - - PYTHON_HOME: "$HOME/venv3.7/bin" - PYTHON_VERSION: '3.7' - - - PYTHON_HOME: "$HOME/venv3.8/bin" - PYTHON_VERSION: '3.8' - - - PYTHON_HOME: "$HOME/venv3.11/bin" - PYTHON_VERSION: '3.11' - install: # AppVeyor's apt-get cache might be outdated, and the package could potentially be 404. - sh: "sudo apt-get update --allow-releaseinfo-change"