Skip to content

Commit

Permalink
update workflow to test wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprock committed Sep 27, 2024
1 parent eaa4849 commit 1f38a98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ jobs:
- name: Build Wheel
run: pipx run build

- name: Install Wheel
run: pip install dist/pokerstove-*.whl

- name: Test Wheel
run: python src/lib/python/test-python

0 comments on commit 1f38a98

Please sign in to comment.