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 08bcb1f + 1045e30 commit ca8338f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cm4mlops-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install dependencies
run: |
test ${{ matrix.os }} -eq "macos-latest" || test ${{ matrix.os }} -eq "windows-latest" || sudo apt-get update
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
- name: Build the Python wheel
Expand Down

0 comments on commit ca8338f

Please sign in to comment.