anaconda / ae5-tools

A command-line tool for scripting AE5 actions
https://www.anaconda.com/enterprise/
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

Fix deployment restart version pinning #133

Closed mcg1969 closed 3 years ago

mcg1969 commented 3 years ago

deployment restart commands end up changing the deployment to using the "latest" version instead of a fixed pinned version.

Also we need to get rid of codecov

mcg1969 commented 3 years ago

The problems with Windows CI are related, it seems, to interactions between Bash on Windows and the behavior of the python subprocess module. Since that's hard to figure out and likely doesn't reflect how most people will use the tool anyway, I'm going to remove Windows from CI in favor of manual verification. (The full test suite has been manually confirmed to run on Windows at this point)