Skip to content

Commit

Permalink
Update test-mlperf-inference-resnet50.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 1, 2024
1 parent 6845d0e commit 8c22922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mlperf-inference-resnet50.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }}
- name: Test MLPerf Inference ResNet50
run: |
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
if [ "${{ matrix.os }}" = "windows-latest" ]; then
WINDOWS_FLAGS="--adr.loadgen.tags=_from-pip --pip_loadgen=yes"
else
WINDOWS_FLAGS=""
Expand Down

0 comments on commit 8c22922

Please sign in to comment.