workflows: fix `lint` in tests.yaml

This commit is contained in:
Sina Atalay 2024-02-28 21:36:33 +01:00
parent 170c4f912e
commit d39cc44bbe
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Lint with Ruff
run: |
pip install .[tests]
pip install .[dev]
ruff --output-format=github .
continue-on-error: true