Skip to content

Commit

Permalink
Fix conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 27, 2024
1 parent 9a22487 commit fabd20e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ runs:
with:
activate-environment: comfyui
auto-activate-base: false
miniconda-version: "latest"
auto-update-conda: true
miniconda-version: latest
environment-file: ${{ inputs.conda_env_file }}
use-only-tar-bz2: true

Expand Down

0 comments on commit fabd20e

Please sign in to comment.