Skip to content

faster indicomb

Samuel Van Stroud requested to merge svanstro/faster-indicomb into master

At the moment the indico scraping relies on code/ci in 3 repositories

Indico is sraped to json in an asynchronous ci pipeline outside of this repo, creating an overly complex dependency tree.

Instead, we can run indico scraping in the CI of this repo by making it fast.

#28

Edited by Samuel Van Stroud

Merge request reports