aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

docs: workaround ci failure by pinning nbconvert<7.14 #652

Closed dkrako closed 5 months ago

dkrako commented 5 months ago

Recently a failure in our CI popped up with messages like these:

/home/runner/work/pymovements/pymovements/docs/source/tutorials/detecting-events.ipynb:163: ERROR: Content block expected for the "raw" directive; none found.
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b10da5d) 100.00% compared to head (a90db42) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #652 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 54 54 Lines 2356 2356 Branches 588 588 ========================================= Hits 2356 2356 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dkrako commented 5 months ago

This is related to https://github.com/jupyter/nbconvert/issues/2092

temporarily fixed by keeping nbconvert<7.14