This repository was archived by the owner on Feb 4, 2020. It is now read-only.
Commit 4751ac8
committed
Attempt to fix the failing 'continuous-integration/appveyor/pr' build job
the automated build was failing for the following command:
```
pip install -U pip setuptools wheel
'ERROR: To modify pip, please run the following command:
c:\python35\python.exe -m pip install -U pip setuptools wheel
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command
```
This is an attempt to fix it: an installation is performed earlier, as
suggested in the error message.1 parent e62b15d commit 4751ac8
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 35 | + | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| |||
0 commit comments