GIT_HTTP_PROXY_AUTHMETHOD kept in env variables#2272
GIT_HTTP_PROXY_AUTHMETHOD kept in env variables#2272asottile merged 1 commit intopre-commit:masterfrom vincentberthier:master
Conversation
|
cc @lorenzwalthert -- any ideas on the R failures here? |
|
yes, a new version of the package {rlang} got released on CRAN. Since binaries take sometimes a few days to arrive, this CI run tried a source installation, and failed because of some system requirements for compiling code. The problem should go away in a few days. Maybe a more general solution that would also serve the user (instead of just hacking a test) would be to always prioritise binary packages over source package when initializing an environment, even if the source package offer a newer version, e.g. with |
since you know way more about this -- could you help with a PR to add that? |

resolves #2271