Skip to content

Commit

Permalink
Fix miniconda input: environment-file.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 26, 2024
1 parent 6391b10 commit 3074705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ runs:
with:
activate-environment: comfyui
auto-activate-base: false
environment: environments/${{ inputs.os }}-environment.yml
environment-file: environments/${{ inputs.os }}-environment.yml
use-only-tar-bz2: true
python-version: ${{ inputs.python_version }}

- name: '[Unix] Install Comfy-CLI'
if: ${{ inputs.os != 'windows' }}
Expand Down

0 comments on commit 3074705

Please sign in to comment.