From 4c6e20c3193a6a45d8bba5a554084d8bb80a2d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Mon, 25 Mar 2024 02:51:21 +0100 Subject: [PATCH] prerelease=allow --- .github/workflows/cpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpu-tests.yml b/.github/workflows/cpu-tests.yml index d8b78c4b70..d59709d557 100644 --- a/.github/workflows/cpu-tests.yml +++ b/.github/workflows/cpu-tests.yml @@ -46,7 +46,7 @@ jobs: - name: Install minimal dependencies run: | - uv pip install --system . + uv pip install --system --prerelease=allow . uv pip list # make sure all modules are still importable with only the minimal dependencies available modules=$(