Skip to content

Commit bbd6b37

Browse files
committed
nit - use pip
Signed-off-by: Alok Joshi <aljoshi@nvidia.com>
1 parent 9644f81 commit bbd6b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: "Install PyTorch (CUDA 13.2)"
7777
shell: pwsh
7878
run: |
79-
pip3 install torch --index-url https://download.pytorch.org/whl/cu132
79+
pip install torch --index-url https://download.pytorch.org/whl/cu132
8080
- name: "Running Tests"
8181
shell: pwsh
8282
run: |

0 commit comments

Comments
 (0)