Skip to content

Commit

Permalink
Update test-cm4mlops-wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jun 15, 2024
1 parent 0513578 commit 1045e30
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 1045e30

Please sign in to comment.