LorenFrankLab / spyglass

Neuroscience data analysis framework for reproducible research built by Loren Frank Lab at UCSF
https://lorenfranklab.github.io/spyglass/
MIT License
94 stars 43 forks source link

Run pytests on open PR #1167

Closed CBroz1 closed 1 day ago

CBroz1 commented 1 month ago

Currently test-conda.yml runs on a schedule. Ideally, these would run when opening a PR to catch issues before they're merged.

Currently, our data is hosted on Box, which requires a user password to saved as a secret. To run tests on PR would require some additional measures to avoid a security vulnerability - essentially gating this run on admin approval.

We can either ...

CBroz1 commented 1 month ago

Or just change around the wget to pull each file individually, like this

CBroz1 commented 1 day ago

Fixed by #1180