From ae74afa97b7ccec5d6cca647f8a76c6f845f95f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Mon, 8 Jan 2024 12:52:14 -0500 Subject: [PATCH] Corriger le gitlab-ci pour enlever ruff --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: