Skip to content

Commit

Permalink
run on python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Almeida committed Feb 8, 2022
1 parent 373f153 commit 5824d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox pre-commit
- name: Lint and format
run: pre-commit run --all-files
run: python${{ matrix.python-version }} -m pre-commit run --all-files
- name: Test with tox
run: tox -e test

0 comments on commit 5824d22

Please sign in to comment.