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 9688bd2 commit 9ed1d12
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: python3 -m pip install 'maturin[zig]'
run: python3 -m pip install 'maturin'
# Check
- name: Check that the package compiles
run: cargo check --manifest-path=bindings/python/Cargo.toml
Expand Down

0 comments on commit 9ed1d12

Please sign in to comment.