Corriger le gitlab-ci pour enlever ruff

This commit is contained in:
François Pelletier 2024-01-08 12:52:14 -05:00
parent d10a51757b
commit ae74afa97b

View file

@ -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: