Skip to content
Snippets Groups Projects

Resolve "Tests on master failing due to new solar mass in LAL"

1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
+ 7
7
@@ -71,13 +71,13 @@ python-3.7:
- docs/_build/html/
# test example on python 3.6
python-3.6:
stage: test
image: bilbydev/v2-dockerfile-test-suite-python36
script:
- python -m pip install .
- pytest
#python-3.6:
# stage: test
# image: bilbydev/v2-dockerfile-test-suite-python36
# script:
# - python -m pip install .
#
# - pytest
# Tests run at a fixed schedule rather than on push
scheduled-python-3.7:
Loading