File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 description : ' python patch version'
2020 required : true
2121 type : string
22- default : " 3 "
22+ default : " 4 "
2323# push:
2424# branches:
2525# - master
4949 echo 'import site' >> ./python3${{ inputs.python_minor }}._pth
5050 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
5151 ./python.exe get-pip.py
52- python -m pip wheel torch torchvision torchaudio mpmath==1.3.0 numpy==1.26.4 --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu${{ inputs.cu }} -r ../ComfyUI/requirements.txt pygit2 -w ../temp_wheel_dir
52+ python -m pip wheel torch torchvision torchaudio --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu${{ inputs.cu }} -r ../ComfyUI/requirements.txt pygit2 -w ../temp_wheel_dir
5353 ls ../temp_wheel_dir
5454 ./python.exe -s -m pip install --pre ../temp_wheel_dir/*
5555 sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
You can’t perform that action at this time.
0 commit comments