OpenAstronomy / azure-pipelines-templates

An opinionated set of Azure Pipelines templates for Python projects using pyproject.toml (PEP517) and tox
https://openastronomy-azure-pipelines.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
11 stars 20 forks source link

Use Bash to install tox-conda on Windows #82

Closed ConorMacBride closed 2 years ago

ConorMacBride commented 2 years ago

On Linux and macOS runners script already runs as bash, however on windows it runs with cmd.exe. This is to fix the error at https://github.com/sunpy/sunkit-image/pull/77 which is probably due to single quotes not being special in cmd.exe.