mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
try to fix pip error
This commit is contained in:
parent
ecffcec53c
commit
d2247740bd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ version: '{branch}-{build}'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Download the latest prebuilt exe
|
# Download the latest prebuilt exe
|
||||||
- ps: pip install -r appveyor/requirements.txt
|
- ps: python -m pip install -r appveyor/requirements.txt
|
||||||
- ps: Set-Variable -Name "URL" -Value $(python appveyor/gdrive.py $ARCH)
|
- ps: Set-Variable -Name "URL" -Value $(python appveyor/gdrive.py $ARCH)
|
||||||
- ps: Write-Output $URL
|
- ps: Write-Output $URL
|
||||||
- cmd: cd %home%
|
- cmd: cd %home%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue