Skip to content

Commit

Permalink
Need to install build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Aug 23, 2024
1 parent e4a8a95 commit e218635
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e218635

Please sign in to comment.