aeye-lab / pymovements

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

ci: don't setup python twice in github workflow #605

Closed dkrako closed 8 months ago

dkrako commented 8 months ago

Description

It seems that python is setup twice without being necessary.

Implemented changes

Just setup python once instead of twice.

codecov[bot] commented 8 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (3c82285) 100.00% compared to head (7a1fb36) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #605 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 52 52 Lines 2337 2337 Branches 582 582 ========================================= Hits 2337 2337 ```

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