Closed caiw closed 3 months ago
I added these lines above the tests that involve downloading:
@pytest.mark.skipif(
IN_GITHUB_ACTIONS,
reason="Test only when run locally - otherwise github will download these each"
"time we push",
)
This skips these tests when using Github actions.
Confirmation this is working for all three download tests: (s
= skip)
This is possibly also violating some TOS of MNE/OSF, if we're downloading multiple MB of data on each run of the CI.
Consider deleting this test?
Or have a separate CI runner which runs once a day/week on a cron job rather than on every commit to a live PR?