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 6cc7c3e commit d2c11ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ runs:
uses: conda-incubator/setup-miniconda@v3
if: ${{ inputs.os == 'windows' }}
with:
auto-update-conda: true
miniconda-version: "latest"
auto-update-conda: false
activate-environment: comfyui
auto-activate-base: false
environment-file: ${{ inputs.conda_env_file }}
use-only-tar-bz2: true
continue-on-error: true

Expand Down

0 comments on commit d2c11ec

Please sign in to comment.