From 35379ccb7d251d9e510c2efd3a55fa0ab7634171 Mon Sep 17 00:00:00 2001 From: Tyler Murray Date: Tue, 24 Sep 2024 15:43:16 -0700 Subject: [PATCH] Pin maturin in CI (#207) --- .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 11177770..b3ec3573 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -109,7 +109,7 @@ jobs: python -m venv .venv source .venv/bin/activate pip install -U pip - pip install maturin + pip install maturin==1.7.1 - name: Install dolma wheels if: steps.cache-venv.outputs.cache-hit != 'true'