Skip to content

Commit 1316e06

Browse files
committed
ci: fix test failure on windows by upgrading pip differently
1 parent 9488d09 commit 1316e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
python-version: "${{ matrix.python-version }}"
120120

121121
- name: Update root build packages
122-
run: pip install --upgrade pip
122+
run: python -m pip install --upgrade pip
123123

124124
- name: Download built artifacts
125125
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)