More proper ci workflows.

This commit is contained in:
comfyanonymous
2023-03-14 23:17:50 -04:00
parent 5ad9f86514
commit 5bde134955
5 changed files with 66 additions and 59 deletions

View File

@@ -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