We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e0fd5 commit 390a3c1Copy full SHA for 390a3c1
.github/workflows/test-mlperf-inference-abtf-poc.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install cm4mlops on Windows
55
if: matrix.os == 'windows-latest'
56
run: |
57
- $env:CM_PULL_DEFAULT_MLOPS_REPO = "no"; pip install cm4mlops
+ $env:CM_PULL_DEFAULT_MLOPS_REPO = "no"; $env:PYTHONUTF8 = "1"; pip install cm4mlops
58
- name: Install dependencies on Unix Platforms
59
if: matrix.os != 'windows-latest'
60
0 commit comments