We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b65947 commit a234b86Copy full SHA for a234b86
1 file changed
appveyor.yml
@@ -8,6 +8,7 @@ environment:
8
- PYTHON: "C:\\Python38"
9
10
install:
11
+ - "%PYTHON%\\python.exe -m pip install --upgrade pip"
12
- "%PYTHON%\\python.exe -m pip install pytest"
13
- "%PYTHON%\\python.exe -m pip install cryptography"
14
0 commit comments