You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect the lack of AWS_DEFAULT_REGION actually breaks builds that use aws in the conda runtime because conda-base already uses AWS CLI v2, but I haven't tested.
As part of the step for saving the AWS credentials for the build runtime, the workflow should also save the
AWS_DEFAULT_REGION
envvar.https://github.com/nextstrain/.github/blob/master/.github/workflows/pathogen-repo-build.yaml#L285-L290
This should help alleviate the pain for nextstrain/docker-base#216.
The text was updated successfully, but these errors were encountered: