From edfc0212df47061bd9d38afd059a69fb1643b176 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Sun, 30 Jun 2024 17:53:52 +0200 Subject: [PATCH] Update uv to version 0.2.18 --- .github/workflows/cd-post-release-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-post-release-tests.yml b/.github/workflows/cd-post-release-tests.yml index c7b86c2b50a..7779564ec88 100644 --- a/.github/workflows/cd-post-release-tests.yml +++ b/.github/workflows/cd-post-release-tests.yml @@ -54,7 +54,7 @@ jobs: - name: Upgrade pip run: | python -m pip install --upgrade pip - python -m pip install uv==0.2.17 + python -m pip install uv==0.2.18 uv --version - name: Get pip cache dir @@ -121,7 +121,7 @@ jobs: - name: Install pip dependencies run: | python -m pip install --upgrade pip - python -m pip install uv==0.2.17 + python -m pip install uv==0.2.18 uv --version python -m uv pip install tox tox-uv==1.9.0 @@ -170,7 +170,7 @@ jobs: - name: Upgrade pip and dependencies run: | python -m pip install --upgrade pip - python -m pip install uv==0.2.17 + python -m pip install uv==0.2.18 uv --version python -m uv pip install tox tox-uv==1.9.0 tox-current-env