Skip to content

Commit b75e341

Browse files
committed
Fix pip upgrade
1 parent b901b17 commit b75e341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build
2929
shell: bash
3030
run: |
31-
pip install -U pip
31+
python -m pip install -U pip
3232
pip install -r requirements.txt pytest
3333
make cython
3434
pip install .

0 commit comments

Comments
 (0)