From e2186354e165944c07777a505414b5b3294dbbc9 Mon Sep 17 00:00:00 2001 From: yxd92326 Date: Fri, 23 Aug 2024 15:14:39 +0100 Subject: [PATCH] Need to install build --- .github/workflows/test-and-publish.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 30ab9f7..bdf2fcd 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -36,10 +36,12 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.9" - - name: Install dependencies - run: | - pip install -U pip - pip install collective.checkdocs wheel + - name: Install pypa/build + run: >- + python3 -m + pip install + build + --user - name: Build python package run: python3 -m build - name: Download ISPyB DB schema v${{ env.DATABASE_SCHEMA }} for tests