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'm using both Github runners and AWS CodeBuild runners in a repository, configured with the AWS managed Ubuntu image, and the setup-micromamba action with a custom environment file:
- uses: mamba-org/setup-micromamba@v1with:
micromamba-version: '1.5.8-0'# any version from https://github.com/mamba-org/micromamba-releasesenvironment-file: .devcontainer/environment.ymllog-level: debugcache-environment: truepost-cleanup: 'all'
The build works on the GitHub runner, but fails in the AWS runner with the following log: log.txt
The text was updated successfully, but these errors were encountered:
I'm using both Github runners and AWS CodeBuild runners in a repository, configured with the AWS managed Ubuntu image, and the setup-micromamba action with a custom environment file:
environment.yml
and the following settings:
The build works on the GitHub runner, but fails in the AWS runner with the following log: log.txt
The text was updated successfully, but these errors were encountered: