From 5b0af972e20f07441644a678af2658863849584f Mon Sep 17 00:00:00 2001 From: voluntas Date: Mon, 19 Feb 2024 09:58:25 +0900 Subject: [PATCH] =?UTF-8?q?pip=20=E3=81=AE=E3=82=A2=E3=83=83=E3=83=97?= =?UTF-8?q?=E3=83=87=E3=83=BC=E3=83=88=E3=81=AF=E3=81=97=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=80=81=E3=82=AD=E3=83=A3=E3=83=83=E3=82=B7=E3=83=A5=E6=B6=88?= =?UTF-8?q?=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b87e9657..febfd43a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,9 +121,8 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "${{ matrix.python_version }}" - cache: "pip" + # cache: "pip" # windows では wheel が見当たらずエラーになるため wheel をインストールする - - run: pip install -upgrade pip - run: pip install wheel setuptools - run: pip install -r requirements-dev.lock - run: python run.py