From 3beaf654f25461bddd2adeb8136e322ecca0e92e Mon Sep 17 00:00:00 2001 From: Valentin Emiya <23557104+valentin-emiya@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:08:46 +0200 Subject: [PATCH] update ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6d9f15..2b6f4db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ install_and_test_39: script: - dpkg -L python3-pytest | xargs file | grep executable - pip3 install -e . --no-deps - - py.test-3 + # - py.test-3 - python3 -m pytest artifacts: when: always -- GitLab