Skip to content

Commit

Permalink
dwad
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jul 4, 2024
1 parent 9a60729 commit a713f38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
echo 'import site' >> ./python3${{ env.MINOR_VERSION }}._pth
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
./python.exe get-pip.py
export PATH=$PWD/Scripts:$PATH
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
cd ..
Expand Down

0 comments on commit a713f38

Please sign in to comment.