Skip to content

Commit

Permalink
Add explicit install of cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Feb 10, 2021
1 parent 2bb5b24 commit 5711138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -28,8 +28,8 @@ init:
- SET PATH=%MONGOPATH\bin%;%MYSQL_PATH\bin%;%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%

install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
- "%PYTHON%/Scripts/pip.exe install wheel"
- "%PYTHON%/Scripts/pip.exe install cryptography --only-binary=:all:"
- "%PYTHON%/Scripts/pip.exe install -r test_requirements.txt"
- "%PYTHON%/Scripts/pip.exe install -r requirements.txt"
- "%PYTHON%/Scripts/pip.exe install -e ."
Expand Down

0 comments on commit 5711138

Please sign in to comment.