diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-03-11 23:57:58 +1300 |
|---|---|---|
| committer | Mike Taves <mwtoews@gmail.com> | 2021-03-11 23:57:58 +1300 |
| commit | cc2d1758acedd2886241967be355b88a7b9d09fe (patch) | |
| tree | 4da1cb65e7908c916dbcdbac26bd5b6f68df267a | |
| parent | 647e25f0dd01923703fb7f466c920386baed9998 (diff) | |
| download | PROJ-7.2.tar.gz PROJ-7.2.zip | |
CI: specify pip < 21.07.2
| -rwxr-xr-x | travis/before_install_pip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/before_install_pip.sh b/travis/before_install_pip.sh index 30a7f767..1190ae4e 100755 --- a/travis/before_install_pip.sh +++ b/travis/before_install_pip.sh @@ -4,7 +4,7 @@ # "global" before_install script. # Configure Python pip -pip3 install --user --upgrade pip +pip3 install --user --upgrade "pip < 21.0" echo `pip3 --version` pip3 config --user set global.progress_bar off pip3 install --user jsonschema |
