Skip to content
Snippets Groups Projects
Commit cb5235de authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Merge branch 'fix_ci_3' into 'master'

Fix ci 3

See merge request Monash/tupak!215
parents c1c5a7d9 bc95e024
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ python-2: ...@@ -18,6 +18,8 @@ python-2:
stage: test stage: test
image: continuumio/anaconda image: continuumio/anaconda
before_script: before_script:
- apt-get update
- apt-get install gcc -y
- apt install -y libgl1-mesa-glx - apt install -y libgl1-mesa-glx
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r optional_requirements.txt - pip install -r optional_requirements.txt
...@@ -32,7 +34,8 @@ python-3: ...@@ -32,7 +34,8 @@ python-3:
stage: test stage: test
image: continuumio/anaconda3 image: continuumio/anaconda3
before_script: before_script:
- sed -i '/lalsuite/d' requirements.txt - apt-get update
- apt-get install gcc -y
- apt install -y libgl1-mesa-glx - apt install -y libgl1-mesa-glx
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r optional_requirements.txt - pip install -r optional_requirements.txt
......
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