diff --git a/action.yml b/action.yml index e1e4636..4b8bd86 100644 --- a/action.yml +++ b/action.yml @@ -116,6 +116,8 @@ runs: if: ${{ inputs.os == 'macos' && inputs.torch_version == 'stable' }} shell: bash -el {0} run: | + conda env list + conda activate gha-comfyui-${{ inputs.python_version }}-${{ inputs.torch_version }} conda install pytorch::pytorch torchvision torchaudio -c pytorch - name: '[Unix-Linux-Only] Install Pytorch nightly'