Skip to content

Commit

Permalink
Add conda environment activation and
Browse files Browse the repository at this point in the history
pytorch-nightly installation
  • Loading branch information
yoland68 committed Jul 19, 2024
1 parent 8a9bad6 commit c40c3cf
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 @@ -108,6 +108,8 @@ runs:
if: ${{ inputs.os == 'macos' && inputs.torch_version == 'nightly' }}
shell: bash -el {0}
run: |
conda env list
conda activate gha-comfyui-${{ inputs.python_version }}-${{ inputs.torch_version }}
conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly
- name: '[Unix-Mac-Only] Install Pytorch stable'
Expand Down

0 comments on commit c40c3cf

Please sign in to comment.