forked from LBRYCommunity/lbry-sdk
Take 3
Why you fail on uninstall?
This commit is contained in:
parent
312aa4be26
commit
88ae72c0d3
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ build:windows:
|
||||||
GIT_DEPTH: 5
|
GIT_DEPTH: 5
|
||||||
before_script:
|
before_script:
|
||||||
- ./docker/install_choco.ps1
|
- ./docker/install_choco.ps1
|
||||||
- choco uninstall python
|
|
||||||
- choco install -y --x64 python --version=3.7.9 7zip checksum
|
- choco install -y --x64 python --version=3.7.9 7zip checksum
|
||||||
- python --version # | findstr /B "Python 3\.7\." # dont upgrade python on every run. just make sure we're on the right Python
|
- python --version # | findstr /B "Python 3\.7\." # dont upgrade python on every run. just make sure we're on the right Python
|
||||||
- pip --version # | findstr /E '\(python 3\.7\)'
|
- pip --version # | findstr /E '\(python 3\.7\)'
|
||||||
|
|
Loading…
Reference in a new issue