Skip to content

Commit

Permalink
Add conda environment activation and pytorch
Browse files Browse the repository at this point in the history
installation
  • Loading branch information
yoland68 committed Jul 19, 2024
1 parent c40c3cf commit f4543a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f4543a6

Please sign in to comment.