From 9010bd4e0049de6283ebf5d08e4fc35d5727baff Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Tue, 30 Nov 2021 15:04:13 +0000 Subject: [PATCH] Fix plotting tests --- .gitlab-ci.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9460a2cfe..0d5eae5d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -204,7 +204,19 @@ plotting-python-3.7: - schedules script: - python -m pip install . - - python -m pip install ligo.skymap + - python -m pip install "ligo.skymap>=0.5.3" + - pytest test/gw/plot_test.py + + +plotting-python-3.9: + stage: test + image: containers.ligo.org/lscsoft/bilby/v2-bilby-python37 + needs: ["basic-3.9", "precommits-py3.9"] + only: + - schedules + script: + - python -m pip install . + - python -m pip install "ligo.skymap>=0.5.3" - pytest test/gw/plot_test.py -- GitLab