From 7c35747a1a100710c1b3e6ad6769dc28786a6737 Mon Sep 17 00:00:00 2001 From: enm10k Date: Tue, 28 Nov 2023 00:07:39 +0900 Subject: [PATCH] =?UTF-8?q?distutils=20=E3=81=8C=E8=A6=8B=E3=81=A4?= =?UTF-8?q?=E3=81=8B=E3=82=89=E3=81=9A=E3=81=AB=20Lyra=20=E3=81=AE?= =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=81=8C=E8=90=BD=E3=81=A1=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=82=8B=E3=81=9F=E3=82=81=20setuptools=20=E3=82=92?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=81=97?= =?UTF-8?q?=E3=81=A6=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cde18633..8e26a1f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: with: path: "/private/var/tmp/_bazel_${{ steps.env.outputs.user }}" key: bazel-${{ matrix.name }}-v2 - - run: pip3 install numpy + - run: pip3 install numpy setuptools - run: python3 run.py --test --package ${{ matrix.name }} - name: Get package name run: |