Skip to content

Commit 5824d22

Browse files
author
Rodrigo Almeida
committed
run on python version
1 parent 373f153 commit 5824d22

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
@@ -46,7 +46,7 @@ jobs:
4646
python -m pip install --upgrade pip
4747
python -m pip install tox pre-commit
4848
- name: Lint and format
49-
run: pre-commit run --all-files
49+
run: python${{ matrix.python-version }} -m pre-commit run --all-files
5050
- name: Test with tox
5151
run: tox -e test
5252

0 commit comments

Comments
 (0)