From 5d6c86e456a35431de4673baa4fdd12b5e93f85f Mon Sep 17 00:00:00 2001 From: Yngve Levinsen <yngve.levinsen@ess.eu> Date: Wed, 11 Nov 2020 07:45:27 +0100 Subject: [PATCH] using python 3.8 for testing rather than 3 (which I think is currently 3.9 that does not fully work) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b661a7..1ef0884 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ #image: registry.esss.lu.se/ics-docker/miniconda -image: python:3-slim +image: python:3.8-slim .pip_install_default: &pip_install_default - pip install scipy matplotlib h5py webdavclient3 variables: -- GitLab