Skip to content

Commit

Permalink
Add upgrade CLI everytime when running
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jul 17, 2024
1 parent efa9b9d commit 50a0609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ runs:
run: |
which pip3
pip3 install -r requirements.txt
pip3 install -U comfy-cli
- name: '[Unix] Check conda environment'
if: ${{ inputs.os != 'windows' }}
Expand Down Expand Up @@ -339,6 +340,7 @@ runs:
run: |
conda activate gha-comfyui-${{ inputs.python_version }}-${{ inputs.torch_version }}
pip install -r requirements.txt
pip install -U comfy-cli
conda install google-cloud-storage -y # This is because some fcking how, installing google-cloud-storage using pip has permission error on Windows using python 3.12
- name: "[Win] Check conda environment"
Expand Down

0 comments on commit 50a0609

Please sign in to comment.