Skip to content
Snippets Groups Projects
Commit 9010bd4e authored by Colm Talbot's avatar Colm Talbot
Browse files

Fix plotting tests

parent 6cf9a859
No related branches found
No related tags found
1 merge request!1038Fix plotting tests
...@@ -204,7 +204,19 @@ plotting-python-3.7: ...@@ -204,7 +204,19 @@ plotting-python-3.7:
- schedules - schedules
script: script:
- python -m pip install . - 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 - pytest test/gw/plot_test.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment