Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 27, 2024
1 parent dac12cc commit 89302e6
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 @@ -215,6 +215,7 @@ runs:
shell: powershell
run: |
conda env create -f ${{ inputs.conda_env_file }}
conda activate comfyui
- name: "[Win] Check conda environment"
if: ${{ inputs.os == 'windows' }}
Expand All @@ -228,7 +229,7 @@ runs:
id: generate_hash_windows
run: |
Set-Location ${{ env.GITHUB_ACTION_PATH }}
$hash = python hash_string.py '${{ inputs.models-json }}'
$hash = python3 hash_string.py '${{ inputs.models-json }}'
echo "##[set-output name=hash;]$hash"
shell: powershell

Expand Down

0 comments on commit 89302e6

Please sign in to comment.