update pip version

This commit is contained in:
Inada Naoki 2025-05-30 21:08:40 +09:00
parent e4bfdd3469
commit e15703fc6d

View file

@ -26,10 +26,15 @@ jobs:
allow-prereleases: true
cache: "pip"
- name: Prepare
shell: bash
run: |
pip install -U pip
pip install -r requirements.txt pytest
- name: Build
shell: bash
run: |
pip install -r requirements.txt pytest
make cython
pip install .