From bb1646ddc1dd6617f2a19c8909a861e3766d2b83 Mon Sep 17 00:00:00 2001 From: c01o Date: Fri, 27 Oct 2023 07:21:55 +0900 Subject: [PATCH] Fix python-tests dependency Starting from b6113cc, it requires `build` package to be built. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2c3336a..b19d9128 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: - name: Install pip dependencies run: | - python -m pip install --upgrade pip setuptools wheel pytest bottle + python -m pip install --upgrade pip setuptools wheel pytest bottle build ./bin/build_pip.sh python -m pip install .