Skip to content
Snippets Groups Projects

Resolve "CI jobs that install LISA Instrument fail"

Merged Jean-Baptiste Bayle requested to merge 149-ci-jobs-that-install-lisa-instrument-fail into master
1 file
+ 11
11
Compare changes
  • Side-by-side
  • Inline
+ 11
11
@@ -40,18 +40,18 @@ def main():
processes = [
Process(target=func)
for func in [
# no_noise,
# laser,
# testmass,
# oms,
# backlink,
# clock,
# ranging,
# modulation,
# angular_jitter,
no_noise,
laser,
testmass,
oms,
backlink,
clock,
ranging,
modulation,
angular_jitter,
longitudinal_jitter,
# dws,
# moc_time_correlation,
dws,
moc_time_correlation,
]
]
Loading