Skip to content

Commit

Permalink
test_: add python linters
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Dec 13, 2024
1 parent 5213c36 commit 77da1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Install dependencies based on requirements.txt
run: pip install -r tests-functional/requirements.txt

- name: Run pytest-lint from Makefile
run: make pytest-lint
- name: Run pytest-lint
run: pre-commit run --all-files --verbose --config tests-functional/.pre-commit-config.yaml

0 comments on commit 77da1e0

Please sign in to comment.