Skip to content

Commit 390a3c1

Browse files
authored
Update test-mlperf-inference-abtf-poc.yml
1 parent 48e0fd5 commit 390a3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-mlperf-inference-abtf-poc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install cm4mlops on Windows
5555
if: matrix.os == 'windows-latest'
5656
run: |
57-
$env:CM_PULL_DEFAULT_MLOPS_REPO = "no"; pip install cm4mlops
57+
$env:CM_PULL_DEFAULT_MLOPS_REPO = "no"; $env:PYTHONUTF8 = "1"; pip install cm4mlops
5858
- name: Install dependencies on Unix Platforms
5959
if: matrix.os != 'windows-latest'
6060
run: |

0 commit comments

Comments
 (0)