-
Notifications
You must be signed in to change notification settings - Fork 825
Closed
Description
AppVeyor has been a great service for us, especially when it was the only one that provided Windows testing. The CI landscape has changed and AppVeyor has been consistently slower than GH-actions and Azure Pipelines. Furthermore, ci-helpers stopped active support #3017 .
I would suggest we remove AppVeyor testing from our CI on both
- develop and
- master.
Coverage might drop because AppVeyor uses conda installation whereas our Azure Pipelines use pip and are more limited in the available packages (e.g., RDKit is not on pip).
Nevertheless, we can make the change now and raise a new issue to establish a Azure Pipeline with conda if necessary.
Reactions are currently unavailable