Fix pip upgrade

This commit is contained in:
Inada Naoki 2022-05-23 05:01:08 +00:00
parent b901b179d1
commit b75e3412fb

View file

@ -28,7 +28,7 @@ jobs:
- name: Build - name: Build
shell: bash shell: bash
run: | run: |
pip install -U pip python -m pip install -U pip
pip install -r requirements.txt pytest pip install -r requirements.txt pytest
make cython make cython
pip install . pip install .