mirror of https://github.com/eyhc1/rendercv.git
workflows: fix `lint` in tests.yaml
This commit is contained in:
parent
170c4f912e
commit
d39cc44bbe
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- name: Lint with Ruff
|
||||
run: |
|
||||
pip install .[tests]
|
||||
pip install .[dev]
|
||||
ruff --output-format=github .
|
||||
continue-on-error: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue