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 df0f0b1 + 2b742c1 commit 40990fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-cm4mlops-wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
NONINTERACTIVE=1 brew install python3 python3-pip python3-venv

- name: Build the Python wheel
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cm4mlops-wheel-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Build the Python wheel
run: |
python3 -m venv cm
. cm\bin\activate
cm\Scripts\activate.bat
python3 -m pip install . -v

0 comments on commit 40990fd

Please sign in to comment.