Skip to content

Commit

Permalink
Reorder.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 26, 2024
1 parent 3e1d378 commit c544245
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@ runs:
## | ----------- ::: | `-' `--' ##
## `-----------------------' ##
############################################################

- name: '[Unix] Install Comfy-CLI'
if: ${{ inputs.os != 'windows' }}
shell: bash -elx {0}
run: |
pip install comfy-cli
comfy --version
comfy --skip-prompt --no-enable-telemetry env

- name: '[Unix] Setup Conda'
uses: conda-incubator/setup-miniconda@v3
Expand All @@ -98,6 +90,14 @@ runs:
auto-activate-base: false
python-version: ${{ inputs.python_version }}

- name: '[Unix] Install Comfy-CLI'
if: ${{ inputs.os != 'windows' }}
shell: bash -el {0}
run: |
pip install comfy-cli
comfy --version
comfy --skip-prompt --no-enable-telemetry env
- name: '[Unix] Install Comfy'
if: ${{ inputs.os != 'windows' }}
shell: bash -el {0}
Expand Down

0 comments on commit c544245

Please sign in to comment.