Skip to content

Commit

Permalink
install build tools in the package building job
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Dec 12, 2023
1 parent dfce8a0 commit b81e149
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
with:
python-version: '3'

- name: Install build tools
run: pip install setuptools wheel

- name: Build Python package
run: >
PYTHESINT_RELEASE="${{ github.ref_name }}"
Expand Down

0 comments on commit b81e149

Please sign in to comment.