Skip to content

Commit

Permalink
experimental fix for torch nightly on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 31, 2024
1 parent bf840fc commit 5aea7ae
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 @@ -389,6 +389,8 @@ runs:
run: |
conda activate gha-comfyui-${{ inputs.python_version }}-${{ inputs.torch_version }}
python $Env:GITHUB_WORKSPACE/main.py --quick-test-for-ci
Write-Output "(Temporary) fixing torch nightly bug"
python $Env:GITHUB_WORKSPACE/fix_torch.py
- name: '[Win] Run ComfyUI'
if: ${{ inputs.os == 'windows' }}
Expand Down

0 comments on commit 5aea7ae

Please sign in to comment.