Skip to content

Commit 96a7b08

Browse files
committed
Update tests.yml
1 parent 7be2b00 commit 96a7b08

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ jobs:
3838
cache-dependency-glob: "pyproject.toml"
3939
python-version: ${{ matrix.python-version }}
4040
- name: "Run command"
41+
env:
42+
TOX_ENV: ${{ matrix.tox-command }}
4143
run: |
42-
uvx --with tox-uv tox -e ${{ matrix.tox-env }}
44+
uvx --with tox-uv tox -e "$TOX_ENV"
4345
4446
docs:
4547
name: Documentation

0 commit comments

Comments
 (0)