From e15703fc6dd115c99724c603a1ed1b6c4e46e627 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Fri, 30 May 2025 21:08:40 +0900 Subject: [PATCH] update pip version --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 530238c..a5e1c50 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 .