Ver a proveniência

appveyor: fix for shadowing pip upgrade (#126)

tags/v0.4.3
Ben Kurtovic há 8 anos
ascendente
cometimento
3c12e72ce7
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml Ver ficheiro

@@ -54,7 +54,7 @@ environment:
PYTHON_ARCH: "64"

install:
- "%PIP% install --disable-pip-version-check --upgrade pip"
- "%PIP% install --disable-pip-version-check --user --upgrade pip"
- "%PIP% install wheel twine"

build_script:


Carregando…
Cancelar
Guardar