Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jul 4, 2024
1 parent 88f6fd6 commit 4a0fbe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
cd python_embeded
ls
echo 'import site' >> ./python3${{ env.MINOR_VERSION }}._pth
export PATH=$PWD/Scripts:$PATH
echo "Pip version:"
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
./python.exe get-pip.py
./python.exe --version
./python.exe -m ensurepip
echo "Pip version:"
./python.exe -m pip --version
./python.exe -s -m pip install ../cu${{ matrix.cuda_version }}_python_deps/*
sed -i '1i../ComfyUI' ./python3${{ env.MINOR_VERSION }}._pth
Expand Down

0 comments on commit 4a0fbe0

Please sign in to comment.