OmicsML / dance

DANCE: a deep learning library and benchmark platform for single-cell analysis
https://pydance.readthedocs.io
BSD 2-Clause "Simplified" License
348 stars 34 forks source link

patchfix: disable windows lint test due to faulty windows img from github action #388

Closed RemyLau closed 9 months ago

RemyLau commented 9 months ago

This PR tries to fix the linting error on windows platforms. It was ultimately identified that the error was due to permission deny by pip called inside tox. The windows lint tests worked fine on earlier imgs, e.g., 20231126.1.0 (see this run log), but throws errors on the latest img 20231211.1.0.

There also appears to be no way to specify to use an earlier released img (https://stackoverflow.com/questions/75731537)