mamba-org / setup-micromamba

GitHub Action to set up micromamba
MIT License
105 stars 16 forks source link

Use proxy-agent for micromamba download #59

Closed borchero closed 1 year ago

borchero commented 1 year ago

Motivation

Currently, setup-micromamba fails behind corporate proxies as node-fetch does not automatically read the HTTP_PROXY and HTTPS_PROXY environment variables. This PR introduces the proxy-agent package whose ProxyAgent takes over the necessary configuration.

pavelzw commented 1 year ago

@borchero can you rebase onto main s.t. the CI can run?