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

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