Corriger le gitlab-ci pour enlever ruff
This commit is contained in:
parent
d10a51757b
commit
ae74afa97b
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ before_script:
|
|||
|
||||
test:
|
||||
script:
|
||||
- pip install ruff tox # you can also use tox
|
||||
- pip install tox
|
||||
- pip install --editable ".[tests]"
|
||||
- tox -e py,ruff
|
||||
- tox -e py
|
||||
|
||||
run:
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue