From 54009cfb8a530b76c0d3e46ea29dc868ebc97110 Mon Sep 17 00:00:00 2001 From: John Kurkowski Date: Tue, 20 Aug 2024 19:04:13 -0700 Subject: [PATCH] Revert "Pin tox and uv versions, to fix CI (#335)" Prefer to roll forward with newer versions of these tools. This reverts commit b7f5aae259e578b66d74200b4e88b30b2e6d116d. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6473189f..a3ce8d80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: check-latest: true - name: Install Python requirements run: | - pip install --upgrade 'tox==4.16.0' 'tox-uv==1.9.1' 'uv==0.2.21' + pip install --upgrade tox tox-uv - name: Test run: tox env: