From ccb89fe1a167be5df498f6c02c0a5d28524b472a Mon Sep 17 00:00:00 2001 From: Mykhailo Chalyi Date: Sun, 17 May 2026 12:10:23 -0500 Subject: [PATCH] fix(ci): pin maturin version in python workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b622941..ab396e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: run: | python -m venv .venv . .venv/bin/activate - pip install maturin + pip install "maturin==1.8.7" - name: Build Python bindings run: | . .venv/bin/activate