Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 26, 2024
1 parent ecbd2f6 commit 3e1d378
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,14 @@ runs:

- name: '[Unix] Install Comfy-CLI'
if: ${{ inputs.os != 'windows' }}
shell: bash -el {0}
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.0.3
uses: conda-incubator/setup-miniconda@v3
if: ${{ inputs.os != 'windows' }}
with:
auto-update-conda: true
Expand Down

0 comments on commit 3e1d378

Please sign in to comment.