Skip to content

Commit

Permalink
chore(ci): Don't call maturin directly
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jan 24, 2025
1 parent 737d5bb commit eaf202e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ gen: ${GENALL}

build-self: ensure-docker
cargo build --all
cd libs/gl-client-py; uv tool run maturin develop
uv sync --package gl-client

check-all: check-rs check-self check-py check-testing-py

Expand Down

0 comments on commit eaf202e

Please sign in to comment.