pysat / pysatCDAAC

pysat support for CDAAC instruments
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

BUG/MAINT: update standards for Github Actions #46

Closed jklenzing closed 1 year ago

jklenzing commented 1 year ago

Description

Updates several bugs in the RC testing due to new behaviour at Github Actions.

Type of change

How Has This Been Tested?

At Github Actions

Checklist:

JonathonMSmith commented 1 year ago

When testing these changes I was curious about the changes to pip's --no-binary option. When I try to use it myself I get this deprecation warning: DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453