From bf5e0f73cb9fa37471192564aa31bbd0bc1760b4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 7 Apr 2021 19:21:42 -0700 Subject: gitlab CI: make python_hadoop tests manual These require python3.5, which isn't the system version for focal. Will need to run these jobs on machines compatible with the hadoop cluster (eg, running xenial) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35b9200..a94a6bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ test_python: - make lint test_python_hadoop: + when: manual script: - cd python_hadoop - pipenv install --dev --deploy -- cgit v1.2.3