Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e15703f

Browse files
committedMay 30, 2025·
update pip version
1 parent e4bfdd3 commit e15703f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,15 @@ jobs:
2626
allow-prereleases: true
2727
cache: "pip"
2828

29-
- name: Build
29+
- name: Prepare
3030
shell: bash
3131
run: |
32+
pip install -U pip
3233
pip install -r requirements.txt pytest
34+
35+
- name: Build
36+
shell: bash
37+
run: |
3338
make cython
3439
pip install .
3540

0 commit comments

Comments
 (0)
Please sign in to comment.