From b8fcd1818b4dc540f0ca81b206f6a432ca466d40 Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Mon, 8 Jul 2024 12:30:25 +0200 Subject: [PATCH] ci: pin maturin version in windows fro now looks related to https://github.com/PyO3/maturin/pull/2125 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5aee259..26caed96 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -106,7 +106,7 @@ jobs: virtualenv mocpy-env .\mocpy-env\Scripts\activate # Install and use maturin - pip install maturin + pip install maturin==1.6 maturin develop --release # Install dependencies pip install .[dev]