cta-observatory / protopipe

Prototype data analysis pipeline for the Cherenkov Telescope Array Observatory
https://protopipe.readthedocs.io/en/latest/
Other
5 stars 13 forks source link

Use mamba to create virtual enviroment for the CI #101

Closed HealthyPear closed 3 years ago

HealthyPear commented 3 years ago

this brings down the testing time from >75 min to 2/4 min

for some reason, the conda environment creation gets stuck for a lot of time, while doing it with mamba takes a couple minutes...

This is also a requirement to continue working on #62 due to a timeout error on readthedocs

codecov[bot] commented 3 years ago

Codecov Report

Merging #101 (6809ba7) into master (f7638a6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #101   +/-   ##
=======================================
  Coverage   36.81%   36.81%           
=======================================
  Files          18       18           
  Lines        1798     1798           
=======================================
  Hits          662      662           
  Misses       1136     1136           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 23c3840...7f2a0c1. Read the comment docs.