summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2022-05-23 05:01:08 +0000
committerInada Naoki <songofacandy@gmail.com>2022-05-23 05:01:08 +0000
commitb75e3412fb8a2b6d6cd1da1b7063e14f6bfc0337 (patch)
treeed1344c8ac13d7974079e09dc7da4e197c0b1a17
parentb901b179d1976e09eb074803dcbb17d8d150c69f (diff)
downloadmsgpack-python-b75e3412fb8a2b6d6cd1da1b7063e14f6bfc0337.tar.gz
Fix pip upgrade
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6e497e0..2a01926 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
- name: Build
shell: bash
run: |
- pip install -U pip
+ python -m pip install -U pip
pip install -r requirements.txt pytest
make cython
pip install .