Skip to content

Commit

Permalink
chore: Remove Python versions from Appveyor Ubuntu runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mildaniel committed Aug 10, 2023
1 parent 1518e7f commit db7456a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions appveyor-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit db7456a

Please sign in to comment.