Skip to content

Commit

Permalink
ci: Use hatch to build python
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and RaulTrombin committed Jul 29, 2024
1 parent 2f6c1bc commit c3e609e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: cargo build
- name: Build Python module
run: |
pip install --user maturin
pip install . --user
pip install --user maturin hatch
hatch run dev:install
- name: Check Python integration
run: python examples/python/main.py
run: hatch run dev:examples/python/main.py
- name: Check C++ integration
run: |
cd examples/cpp
Expand Down

0 comments on commit c3e609e

Please sign in to comment.