Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update pip version
  • Loading branch information
methane committed May 30, 2025
commit e15703fc6dd115c99724c603a1ed1b6c4e46e627
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ jobs:
allow-prereleases: true
cache: "pip"

- name: Build
- name: Prepare
shell: bash
run: |
pip install -U pip
pip install -r requirements.txt pytest

- name: Build
shell: bash
run: |
make cython
pip install .

Expand Down
Loading