Skip to content

Commit

Permalink
Try to fix version specific pip installation for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 3, 2019
1 parent d4dd0b4 commit 44170ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ init:

install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/python.exe C:/get-pip.py pip==18.1"
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/pip.exe install pip==18.1"
- "%PYTHON%/Scripts/pip.exe install .[test]"

test_script:
Expand Down

0 comments on commit 44170ff

Please sign in to comment.