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 622bd18 commit abe74fb
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 @@ -71,9 +71,9 @@ install:
- sh: "PATH=$(echo $PWD'/aws_cli/bin'):$PATH"

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

- sh: "PATH=$PATH:$HOME/venv3.7/bin:$HOME/venv3.8/bin:$HOME/venv3.9/bin:$HOME/venv3.10/bin"
Expand Down

0 comments on commit abe74fb

Please sign in to comment.