Skip to content

Commit d0a3920

Browse files
authored
Fix pip update for windows workflow (#1502)
1 parent 7098e94 commit d0a3920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_openvino_slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Install dependencies
6060
run: |
61-
pip install --upgrade pip uv
61+
python -m pip install --upgrade pip uv
6262
uv pip install .[openvino,tests,diffusers] transformers[testing]
6363
6464
- if: ${{ matrix.transformers-version != 'latest' && matrix.transformers-version != 'main' }}

0 commit comments

Comments
 (0)