diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0c6aa8e8e33f..ca30e0984014 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,12 +28,6 @@ jobs: - uses: actions/checkout@v4 - name: Install Openssl run: apk add openssl-dev - - uses: actions/setup-python@v5 - with: - python-version: '3.10' - cache: 'pip' - - name: Install Maturin - run: python3 -m pip install 'maturin[zig]' - uses: korandoru/setup-zig@v1 with: zig-version: 0.13.0 @@ -42,6 +36,12 @@ jobs: toolchain: nightly-2024-06-13 components: rustfmt cache-workspaces: bindings/python/ + - uses: actions/setup-python@v5 + with: + python-version: '3.10' + cache: 'pip' + - name: Install Maturin + run: python3 -m pip install 'maturin[zig]' # Check - name: Check that the package compiles run: cargo check --manifest-path=bindings/python/Cargo.toml