More proper ci workflows.
This commit is contained in:
2
.github/workflows/windows_release_cu118.yml
vendored
2
.github/workflows/windows_release_cu118.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
cd ..
|
||||
cp -r ComfyUI ComfyUI_copy
|
||||
wget https://www.python.org/ftp/python/3.10.9/python-3.10.9-embed-amd64.zip -O python_embeded.zip
|
||||
unzip python_embeded.zip
|
||||
unzip python_embeded.zip -d python_embeded
|
||||
cd python_embeded
|
||||
echo 'import site' >> ./python310._pth
|
||||
wget https://bootstrap.pypa.io/get-pip.py -O get-pip.py
|
||||
|
||||
Reference in New Issue
Block a user