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 6ad913a commit 64ce0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor-linux-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install:
- sh: "PATH=$(echo $PWD'/aws_cli/bin'):$PATH"

# Install pytest
- sh: "pip3 install pytest"
- sh: "pip3 install -r requirements/dev.txt"
# 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

0 comments on commit 64ce0d8

Please sign in to comment.