File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 3131 - " 3.12"
3232 - " 3.13"
3333 - " 3.13t"
34- exclude :
35- - os : macos-latest
36- python-version : " 3.13"
37- - os : windows-latest
38- python-version : " 3.13"
3934 steps :
4035 - name : Get PyTorch Channel
4136 shell : bash
4540 else
4641 PT_CHANNEL="https://download.pytorch.org/whl/nightly/cpu"
4742 fi
48- echo "value=$PT_CHANNEL" >> " $GITHUB_OUTPUT"
43+ echo "value=$PT_CHANNEL" >> $GITHUB_OUTPUT
4944 id : pytorch_channel
5045 - name : Setup additional system libraries
5146 if : startsWith( matrix.os, 'ubuntu' )
7368 run : |
7469 pip3 install -r requirements.txt
7570 pip3 install networkx
76- pip3 install --pre torch --index-url " ${{ steps.pytorch_channel.outputs.value }}"
71+ pip3 install --pre torch --index-url ${{ steps.pytorch_channel.outputs.value }}
7772 pip3 install cmake ninja
7873 echo "/home/runner/.local/bin" >> $GITHUB_PATH
7974 - name : Build TorchData
Original file line number Diff line number Diff line change 3131 - " 3.12"
3232 - " 3.13"
3333 - " 3.13t"
34- exclude :
35- - os : macos-latest
36- python-version : " 3.13"
37- - os : windows-latest
38- python-version : " 3.13"
3934 steps :
4035 - name : Get PyTorch Channel
4136 shell : bash
7368 run : |
7469 pip3 install -r requirements.txt
7570 pip3 install networkx
76- pip3 install --pre torch --index-url " ${{ steps.pytorch_channel.outputs.value }}"
71+ pip3 install --pre torch --index-url ${{ steps.pytorch_channel.outputs.value }}
7772 pip3 install cmake ninja
7873 echo "/home/runner/.local/bin" >> $GITHUB_PATH
7974 - name : Build TorchData
You can’t perform that action at this time.
0 commit comments