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.
Motivation
Currently,
setup-micromamba
fails behind corporate proxies asnode-fetch
does not automatically read theHTTP_PROXY
andHTTPS_PROXY
environment variables. This PR introduces theproxy-agent
package whoseProxyAgent
takes over the necessary configuration.