Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zommiommy committed Jun 14, 2024
1 parent 7b1ff28 commit 96a3b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
components: rustfmt
cache-workspaces: bindings/python/
- name: Install Maturin
run: python -m pip install 'maturin[zig]'
run: python3 -m pip install 'maturin[zig]'
# Check
- name: Check that the package compiles
run: cargo check --manifest-path=bindings/python/Cargo.toml
Expand Down

0 comments on commit 96a3b2d

Please sign in to comment.