Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit f19d1c5

Browse files
committed
Forgot uv run prefix to list envs for tests
1 parent 5efbcc4 commit f19d1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Run tests
3333
run: |
3434
export PYTHON_VERSION=${{ matrix.python-version }}
35-
export TOX_ENV=`tox --listenvs | grep "py${PYTHON_VERSION//./}-" | tr '\n' ','`
35+
export TOX_ENV=`uv run tox --listenvs | grep "py${PYTHON_VERSION//./}-" | tr '\n' ','`
3636
uv run tox -e $TOX_ENV

0 commit comments

Comments
 (0)