brainglobe / brainrender-napari

A napari plugin to render BrainGlobe atlases and associated data as layers.
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

Update how Qt is installed on CI #117

Closed alessandrofelder closed 7 months ago

alessandrofelder commented 7 months ago

Description

What is this PR

Why is this PR needed?

pytest currently throws a fatal error, possibly related to Qt

What does this PR do?

Follows the approach to getting Qt on CI suggested on the napari zulip, and implemented in https://github.com/brainglobe/brainglobe-utils/pull/13/checks, in the hope that the tests run and pass again.

References

Closes #116

How has this PR been tested?

CI is now passing again

Is this a breaking change?

No.

Does this PR require an update to the documentation?

No

Checklist:

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (7551633) 97.44% compared to head (147da4c) 97.44%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #117 +/- ## ======================================= Coverage 97.44% 97.44% ======================================= Files 8 8 Lines 391 391 ======================================= Hits 381 381 Misses 10 10 ```

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