Skip to content

Commit f726845

Browse files
cclausscarltongibson
authored andcommitted
Update .github/workflows/tests.yml
1 parent 0c1e533 commit f726845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
python -m pip install --upgrade tox
4343
4444
- name: Run tox targets for ${{ matrix.python-version }}
45-
run: tox run -e py
45+
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
46+
4647
lint:
4748
name: Lint
4849
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)