Skip to content

Commit

Permalink
workflows: build the Rust module
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 6, 2025
1 parent 3209842 commit 2aa62b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/umu-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
uv venv --python $pyver
source .venv/bin/activate
uv pip install -r requirements.in
uv sync --all-extras
maturin develop -r
mv target/release/libumu_delta.so umu/umu_delta.so
env:
pyver: ${{ matrix.version }}
- name: Test with unittest
Expand Down

0 comments on commit 2aa62b6

Please sign in to comment.