From 2cbe11bc2e6754a4e909eab507abb64111ea8d25 Mon Sep 17 00:00:00 2001 From: anilbey Date: Tue, 5 Mar 2024 11:05:23 +0100 Subject: [PATCH] enable tox-uv (#145) --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be61669c..ba21d74c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,7 @@ jobs: - name: Install dependencies run: | pip install tox-gh-actions + pip install tox-uv - name: Run tox run: | tox @@ -47,6 +48,7 @@ jobs: run: | python -m pip install --upgrade pip setuptools pip install tox-gh-actions + pip install tox-uv - name: Run tox run: | tox -e lint @@ -63,6 +65,7 @@ jobs: run: | python -m pip install --upgrade pip setuptools pip install tox-gh-actions + pip install tox-uv - name: Run tox run: | tox -e examples @@ -79,6 +82,7 @@ jobs: run: | python -m pip install --upgrade pip setuptools pip install tox-gh-actions + pip install tox-uv - name: Run tox run: | tox -e docs