From 89302e6fc56b41e255b3a8fc0223de7863fa6097 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Thu, 27 Jun 2024 16:48:53 -0700 Subject: [PATCH] d --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7c6bbc0..02956f7 100644 --- a/action.yml +++ b/action.yml @@ -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' }} @@ -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