Skip to content

Commit

Permalink
remove my earlier edit to unix side
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 11, 2024
1 parent 7c5e484 commit 114160f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ runs:
auto-activate-base: false
python-version: ${{ inputs.python_version }}

- name: '[Unix] Activate conda'
if: ${{ inputs.os != 'windows' }}
run: |
conda activate gha-comfyui-${{ inputs.python_version }}-${{ inputs.torch_version }}
shell: bash -el {0}

- name: '[Unix-Mac-Only] Install Pytorch nightly'
if: ${{ inputs.os == 'macos' }}
shell: bash -el {0}
Expand Down

0 comments on commit 114160f

Please sign in to comment.