Skip to content

Commit

Permalink
Avoid auto updating cona
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jul 11, 2024
1 parent 9904fda commit dc78d53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ runs:
uses: conda-incubator/[email protected]
if: ${{ inputs.os != 'windows' }}
with:
auto-update-conda: true
miniconda-version: latest
activate-environment: gha-comfyui-${{ inputs.python_version }}-${{ inputs.torch_version }}
auto-activate-base: false
python-version: ${{ inputs.python_version }}
Expand Down Expand Up @@ -237,8 +235,6 @@ runs:
uses: conda-incubator/[email protected]
if: ${{ inputs.os == 'windows' }}
with:
auto-update-conda: true
miniconda-version: latest
activate-environment: gha-comfyui-${{ inputs.python_version }}-${{ inputs.torch_version }}
python-version: ${{ inputs.python_version }}
continue-on-error: true
Expand Down

0 comments on commit dc78d53

Please sign in to comment.