From 182ff5dadaa2776d7cd2c11c3573c2bdb810dc92 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 27 Mar 2024 19:48:51 +0000 Subject: [PATCH] ci: fold .test-check into its only user, python-test Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 4d0d65ee72a..6da67c90549 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -43,7 +43,7 @@ rustfmt: - rustfmt --verbose src/**/lib.rs - rustfmt --verbose src/**/main.rs -.test-check: +python-test: # Cancel job if a newer commit is pushed to the same branch interruptible: true stage: code-validation @@ -52,10 +52,6 @@ rustfmt: variables: GIT_STRATEGY: fetch timeout: 10m - -python-test: - extends: - - .test-check script: - cd bin/ci - pip install --break-system-packages -r test/requirements.txt