From 7a80cac094d2b7d4754ff9b7e08770dde97f3e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me> Date: Tue, 2 Jul 2024 12:25:43 +0000 Subject: [PATCH] fix : upd removed job override --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f97bc9621..09822f9d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,8 +26,4 @@ include: - '.gitlab/ci/windows_python.gitlab-ci.yml' - '.gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml' -test:ubuntu_python: - before_script: - - apt-get update -q - - apt-get install -y -qq python-is-python3 pip git curl cmake -- GitLab