From 12aae6c7fa27489b354befc45abf256f704d49b9 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Thu, 27 Feb 2020 16:20:25 +0100 Subject: [PATCH] Add job to test with disabled numba --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 175da10..6da3a99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,14 @@ test-py3.8: - make test <<: *junit_definition +test-py3.8-no-numba: + image: docker.km3net.de/base/python:3.8 + stage: test + script: + - *virtualenv_definition + - DISABLE_NUMBA=1 make test + <<: *junit_definition + code-style: image: docker.km3net.de/base/python:3.7 stage: test -- GitLab