soft-matter / trackpy

Python particle tracking toolkit
http://soft-matter.github.io/trackpy
Other
437 stars 131 forks source link

TST: Need to replace a GitHub action #755

Closed nkeim closed 1 month ago

nkeim commented 4 months ago

CI tests are failing because of a change in GitHub actions:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, s-weigand/setup-conda@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Changing to checkout@v4 is easy enough, but the conda action has not been updated. We need to switch to another one, which may entail changing how we describe the environments.