conda / constructor

tool for creating installers from conda packages
https://conda.github.io/constructor/
Other
452 stars 166 forks source link

Fix OS name in test matrix for AzureSignTool installation #792

Closed marcoesters closed 2 months ago

marcoesters commented 2 months ago

Description

The name of the OS parameter got changed in #777, but was not backported into #771 so that the AzureSignTool tests are not run when merged into main. This PR fixes this.

Checklist - did you ...