Skip to content

Commit

Permalink
Use latest conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 27, 2024
1 parent 2935996 commit 0f905c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ runs:
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles(format('{0}', inputs.conda_env_file)) }}

- name: '[Win] Setup Conda'
uses: conda-incubator/setup-miniconda@v3.0.3
uses: conda-incubator/setup-miniconda@v3
if: ${{ inputs.os == 'windows' }}
with:
activate-environment: comfyui
Expand Down

0 comments on commit 0f905c5

Please sign in to comment.