Skip to content

Commit

Permalink
Test/binary canaries (#5690)
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
  • Loading branch information
mildaniel authored Aug 2, 2023
1 parent 596b4bc commit 3f68af2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor-linux-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ install:
- sh: "PATH=$(echo $PWD'/aws_cli/bin'):$PATH"

# Install pytest
- sh: "virtualenv pytest"
- sh: "./pytest/bin/python -m pip install pytest"
- sh: "PATH=$(echo $PWD'/pytest/bin'):$PATH"
- sh: "$HOME/venv3.11/bin/python -m pip install pytest"

- sh: "PATH=$PATH:$HOME/venv3.7/bin:$HOME/venv3.8/bin:$HOME/venv3.9/bin:$HOME/venv3.10/bin"
- sh: "PATH=$PATH:$HOME/venv3.7/bin:$HOME/venv3.8/bin:$HOME/venv3.9/bin:$HOME/venv3.10/bin:$HOME/venv3.11/bin"
- sh: "pytest --version"

# update ca-certificates which causes failures with newest golang library
- sh: "sudo apt-get install --reinstall ca-certificates"
Expand Down

0 comments on commit 3f68af2

Please sign in to comment.