NeLy-EPFL / flygym

Simulating embodied sensorimotor control with NeuroMechFly v2
https://neuromechfly.org/
Apache License 2.0
31 stars 7 forks source link

Purge pip cache more often to avoid occasional hashing issue #199

Closed sibocw closed 5 months ago

sibocw commented 5 months ago

Description

Occasionally pip install fails with caching issues in GitHub Action workflows. Example: https://github.com/NeLy-EPFL/flygym/actions/runs/9612282740/job/26512586853 This aims to fix the problem by clearing the cache more often (maybe after installing flyvision cache should be cleared?) This merge to main doesn't result in a new release because it only relates to the GitHub CI workflows (no code change).

Does this address any currently open issues?

[list open issues here]