Skip to content

Commit 9117d9b

Browse files
committed
pip ugrade was failing under windows
1 parent e051f4e commit 9117d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-compatibility.yml

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

8787
- name: Install prerequisites
8888
run: |
89-
pip install --upgrade pip setuptools wheel
89+
python -m pip install --upgrade pip setuptools wheel
9090
# Node.js/PNPM dependencies - only needed for web builds and TypeSpec compilation
9191
# Uncomment the lines below if you need to test web components or TypeSpec functionality
9292
# npm install -g pnpm@9.5.0

0 commit comments

Comments
 (0)