neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
77 stars 7 forks source link

add setup-miniconda action and conda install pytables (instead of hdf5) #133

Closed niksirbi closed 3 months ago

niksirbi commented 3 months ago

closes #132

EDIT 2023-03-12

Adding the conda-incubator/setup-miniconda action solved the above issue, but we had to do some additional tweaks to make this work across OSes.

See @lochhh's comment below for more pointers.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 99.21%. Comparing base (aaba495) to head (005b992).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #133 +/- ## ======================================= Coverage 99.21% 99.21% ======================================= Files 8 8 Lines 509 509 ======================================= Hits 505 505 Misses 4 4 ```

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

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

lochhh commented 3 months ago

To summarise: While adding the conda-incubator/setup-miniconda action resolves #132,