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 de92dc2 commit 0d0f32d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- uses: korandoru/setup-zig@v1
with:
zig-version: 0.13.0
Expand All @@ -40,7 +41,7 @@ jobs:
components: rustfmt
cache-workspaces: bindings/python/
- name: Install Maturin
run: python3 -m pip install 'maturin[zig]'
run: 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 0d0f32d

Please sign in to comment.