Skip to content

Commit

Permalink
add build check to PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew DeLay committed Mar 11, 2024
1 parent 1f0492f commit 6cf813d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
python -m ensurepip
python -m pip install --upgrade pip
python -m pip install poetry=="1.6.1"
python -m pip install build --user
- name: Install dependencies
shell: bash
Expand All @@ -52,3 +53,6 @@ jobs:
- name: Test with pytest
run: |
python -m poetry run python -m pytest -v test_uai_openlabel
- name: Make sure a binary wheel and a source tarball can be built
run: python -m build

0 comments on commit 6cf813d

Please sign in to comment.