From 2618373b3f3456cc7c90c121145da604ba8972bd Mon Sep 17 00:00:00 2001 From: Karl Wooster Date: Wed, 5 Feb 2025 14:50:39 -0800 Subject: [PATCH] ci(tox-gh): restrict to <1.5 to see if it works better --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 1e2b9e2..480e00f 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -37,7 +37,7 @@ jobs: enable-cache: true cache-dependency-glob: "pyproject.toml" - name: Install tox - run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh + run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with "tox-gh<1.5" - name: Install Python if: matrix.env != '3.13' run: uv python install --python-preference only-managed ${{ matrix.env }}