Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 4184694

Browse files
committed
Update build script
1 parent 9b4c2d9 commit 4184694

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
if: matrix.os != 'ubuntu-latest'
2929

3030
- name: Install dependencies - macOS
31-
run: |
32-
brew install libomp
33-
pip install torch==1.12.1 torchvision==0.13.1
31+
run: brew install libomp
3432
if: matrix.os == 'macos-latest'
3533

3634
- name: Install dependencies - Windows

0 commit comments

Comments
 (0)