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 e03ed74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -30,6 +30,7 @@ init:
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 cryptography-3.4.4-cp36-abi3-win_amd64.whl"
- "%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 e03ed74

Please sign in to comment.