From c54424598805dbdb687253a3755892c1e2e51039 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Tue, 25 Jun 2024 18:45:35 -0700 Subject: [PATCH] Reorder. --- action.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/action.yml b/action.yml index 128a618..6274c8f 100644 --- a/action.yml +++ b/action.yml @@ -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 @@ -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}