AllenInstitute / npc_lims

Tools to fetch and update paths, metadata and state for Mindscope Neuropixels sessions, in the cloud.
https://alleninstitute.github.io/npc_lims/
MIT License
0 stars 0 forks source link

Fix publishing #16

Closed bjhardcastle closed 8 months ago

bjhardcastle commented 8 months ago

A gold star for whoever can get this action passing again: https://github.com/AllenInstitute/npc_lims/actions/runs/7465479669/job/20314721132

bjhardcastle commented 8 months ago

summary

testing fails, apparently in mypy, but with no error message other than

Found 1 error in 1 file (checked 17 source files)
Error: Process completed with exit code 1.

things I've tried

bjhardcastle commented 8 months ago

Adding types-pyyaml as an explicit dev dependency fixed this.

Which is odd because we're calling mypy --install-types