Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 27, 2024
1 parent 899a62a commit e3d404d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,13 @@ runs:
uses: conda-incubator/setup-miniconda@v3
if: ${{ inputs.os == 'windows' }}
with:
auto-update-conda: true
miniconda-version: latest
activate-environment: comfyui
auto-activate-base: false
auto-update-conda: false
environment-file: ${{ inputs.conda_env_file }}
use-only-tar-bz2: true
continue-on-error: true

- name: "[Win] Check conda environment"
if: ${{ inputs.os == 'windows' }}
Expand Down

0 comments on commit e3d404d

Please sign in to comment.