Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b10bbd0

Browse files
committed
build: protect a workflow
1 parent 665c349 commit b10bbd0

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
@@ -57,8 +57,10 @@ jobs:
5757
python -m pip install .[dev]
5858
5959
- name: "Run tests"
60+
env:
61+
MATRIX_PY: "${{ matrix.py }}"
6062
run: |
61-
python -m tox -f py3${{ matrix.py }}
63+
python -m tox -f py3$MATRIX_PY
6264
6365
- name: "Upload coverage data"
6466
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0

0 commit comments

Comments
 (0)