Skip to content

Commit

Permalink
Test/binary canaries (#5696)
Browse files Browse the repository at this point in the history
* Add Windows config

* Fix formatting

* Update config

* test

* Update config

* Update config

* Update config

* Update config

* Update config

* Update config

* Add linux config

* Update install links

* Update linux config

* Update linux config

* Update linux config

* Update linux config

* Update linux config

* Update linux config

* Update linux config

* Update linux config

* Update linux config

* Update linux config

* Update linux config
  • Loading branch information
mildaniel authored Aug 2, 2023
1 parent 041f56c commit aa1392a
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 aa1392a

Please sign in to comment.