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