diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e190e0..8d4e348 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: