Skip to content

Commit 4142e56

Browse files
author
Rodrigo Almeida
committed
run on python version
1 parent 373f153 commit 4142e56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
git
4444
- name: Install dependencies
4545
run: |
46-
python -m pip install --upgrade pip
47-
python -m pip install tox pre-commit
46+
python${{ matrix.python-version }} -m pip install --upgrade pip
47+
python${{ matrix.python-version }} -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
51-
run: tox -e test
51+
run: python${{ matrix.python-version }} -m tox -e test
5252

0 commit comments

Comments
 (0)