Skip to content

Commit

Permalink
Update linux config
Browse files Browse the repository at this point in the history
  • Loading branch information
mildaniel committed Aug 2, 2023
1 parent 2c953fc commit 6d093b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor-linux-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ install:

# Install pytest
- sh: "pip3 install pytest"
# We currently need to install boto3 for pytest to work since we're ignoring a boto3 deprecation warning in the pytest configuration
- sh: "pip3 install boto3"
- sh: "pytest --version"

Expand Down Expand Up @@ -150,8 +151,7 @@ build_script:
- curl -L https://github.com/aws/aws-sam-cli/releases/download/sam-cli-nightly/aws-sam-cli-linux-x86_64.zip -o aws-sam-cli-linux-x86_64.zip
- unzip aws-sam-cli-linux-x86_64.zip -d sam-installation
- sudo ./sam-installation/install
- sam-nightly --version
- mv /usr/local/bin/sam-nightly /usr/local/bin/sam
- sudo mv /usr/local/bin/sam-nightly /usr/local/bin/sam
- sam --version

# Final clean up no matter success or failure
Expand Down

0 comments on commit 6d093b2

Please sign in to comment.