Skip to content

Commit

Permalink
Merge branch 'mlperf-inference' into mlperf-inference
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jun 15, 2024
2 parents ca8338f + 1546122 commit 1f40958
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-cm4mlops-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:

- name: Install dependencies
run: |
test "${{ matrix.os }}" -eq "macos-latest" || test "${{ matrix.os }}" -eq "windows-latest" || eval sudo apt-get update
&& sudo apt-get install -y python3 python3-pip python3-venv
test "${{ matrix.os }}" = "macos-latest" || test "${{ matrix.os }}" = "windows-latest" || eval sudo apt-get update && sudo apt-get install -y python3 python3-pip python3-venv
- name: Build the Python wheel
run: |
Expand Down

0 comments on commit 1f40958

Please sign in to comment.