From 1a19ffd9ae78f7e1b614acef87ed1c565404c050 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Wed, 16 Oct 2024 17:23:28 +0200 Subject: [PATCH] Fix for testing source tarball in CI --- .github/workflows/cibuildwheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheels.yml b/.github/workflows/cibuildwheels.yml index 3cbcd89a..14de7ae7 100644 --- a/.github/workflows/cibuildwheels.yml +++ b/.github/workflows/cibuildwheels.yml @@ -135,7 +135,7 @@ jobs: cd ./dist tar -xzf blosc2-*.tar.gz cd ./blosc2-*/ - pip install -e .[test] + pip install -e .[test] --break-system-packages - name: Test sdist package with pytest run: |