From 626e7199424b95e4ec5d428b51ff08466485c27a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 28 Mar 2026 12:56:24 +0100 Subject: [PATCH] chore(ci): don't upgrade wheel it'll be auto-installed in the build environment --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96c456a45..3618b4b5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,6 @@ jobs: - name: Installation (python) run: | - uv pip install --upgrade wheel uv pip install -r requirements-dev.txt uv pip install -e ft_client/ uv pip install -e . @@ -267,7 +266,6 @@ jobs: - name: Installation - *nix run: | - uv pip install --upgrade wheel uv pip install -r requirements-dev.txt uv pip install -e ft_client/ uv pip install -e .