Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
ci: fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 22, 2020
1 parent efe872b commit 3c7e33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ install:
# workaround for build failures, see
# https://ci.appveyor.com/project/paulmueller/shapeout/build/1.0.152#L504
- "pip freeze"
- "appveyor-retry pip install --upgrade pip"
- "appveyor-retry C:\Miniconda-x64\python.exe -m pip install --upgrade pip"
# PIP installs
- "pip install appdirs"
- "pip install pathlib"
Expand Down

0 comments on commit 3c7e33b

Please sign in to comment.