appveyor.yml: removed unneeded installation/update of Python packages (#3207)

This commit is contained in:
Oliver Stöneberg 2021-04-12 09:31:52 +02:00 committed by GitHub
parent eacc9e552e
commit 63cbd1e894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ environment:
# PlatformToolset: v140
install:
- python -m pip install --user pip --upgrade
- python -m pip install --user pytest
- curl -fsSL https://github.com/Z3Prover/z3/releases/download/z3-4.8.9/z3-4.8.9-%platform%-win.zip -o z3-4.8.9-win.zip
- 7z x z3-4.8.9-win.zip -oexternals -r -y
- move externals\z3-4.8.9-%platform%-win externals\z3