[GH-ISSUE #1001] Issue: Cant use mamba with setup-miniconda action #588

Closed
opened 2026-03-01 21:44:45 +03:00 by kerem · 1 comment
Owner

Originally created by @niloatgoshare on GitHub (Feb 15, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1001

Im not very familiar with GitHub actions, so any help is appreciated.
Ive forked the action demo repo with my example.
The example runs normally once pushed to GitHub, you can see that on the actions menu of the repo.

System information

  • Operating System: Linux
  • Architecture: x64
  • Docker version: 20.10.12, build e91ed57
  • Docker image used in act: medium
  • act version: act version 0.2.25

Expected behaviour

The output from the conda commands.

Actual behaviour

Apparently the environment cant be created for some reason:

[Automated Tests/Ex6 Mamba]   ❓  ::endgroup::
[Automated Tests/Ex6 Mamba]   ❓  ::group::Ensuring installer...
| Can we use bundled Miniconda?
| ... will use bundled Miniconda.
[Automated Tests/Ex6 Mamba]   ❓  ::endgroup::
[Automated Tests/Ex6 Mamba]   ❗  ::error::No installed conda 'base' enviroment found at 
[Automated Tests/Ex6 Mamba]   ❌  Failure - conda-incubator/setup-miniconda@v2

Workflow and/or repository

This is the example-6 from the setup-miniconda action.


name: Automated Tests

on: [push]

jobs:
  example-6:
    name: Ex6 Mamba
    runs-on: "ubuntu-latest"
    steps:
      - uses: actions/checkout@v2
      - uses: conda-incubator/setup-miniconda@v2
        with:
          python-version: 3.6
          mamba-version: "*"
          channels: conda-forge,defaults
          channel-priority: true
          activate-environment: anaconda-client-env
          environment-file: etc/example-environment.yml
      - shell: bash -l {0}
        run: |
          conda info
          conda list
          conda config --show-sources
          conda config --show
          printenv | sort
      - shell: bash -l {0}
        run: mamba install jupyterlab

Steps to reproduce

  1. Clone example repo (https://github.com/niloatgoshare/github-actions-demo)
  2. Enter cloned repo directory
  3. Run act with no arguments at the root of the project folder.

act output

Log
[Automated Tests/Ex6 Mamba] 🚀  Start image=ghcr.io/catthehacker/ubuntu:act-latest
[Automated Tests/Ex6 Mamba]   🐳  docker pull image=ghcr.io/catthehacker/ubuntu:act-latest platform= username= forcePull=false
[Automated Tests/Ex6 Mamba]   🐳  docker pull ghcr.io/catthehacker/ubuntu:act-latest
[Automated Tests/Ex6 Mamba] Removed container: c0b401bb00f961c593e9c164eac7ceb1acd33ea62e60136714692835066ad833
[Automated Tests/Ex6 Mamba]   🐳  docker volume rm act-Automated-Tests-Ex6-Mamba
[Automated Tests/Ex6 Mamba]   🐳  docker create image=ghcr.io/catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Automated Tests/Ex6 Mamba] Created container name=act-Automated-Tests-Ex6-Mamba id=b5559bebe4368e4cebc48bd651e4287bab2471e2f7d64563b80d7b06b87738b8 from image ghcr.io/catthehacker/ubuntu:act-latest (platform: )
[Automated Tests/Ex6 Mamba] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[Automated Tests/Ex6 Mamba]   🐳  docker run image=ghcr.io/catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Automated Tests/Ex6 Mamba] Starting container: b5559bebe4368e4cebc48bd651e4287bab2471e2f7d64563b80d7b06b87738b8
[Automated Tests/Ex6 Mamba] Started container: b5559bebe4368e4cebc48bd651e4287bab2471e2f7d64563b80d7b06b87738b8
[Automated Tests/Ex6 Mamba]   🐳  docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root workdir=
[Automated Tests/Ex6 Mamba] Exec command '[mkdir -m 0777 -p /var/run/act]'
[Automated Tests/Ex6 Mamba] Working directory '/home/nilo/goshare_offline/test_act/github-actions-demo'
[Automated Tests/Ex6 Mamba]   🐳  docker cp src=/home/nilo/goshare_offline/test_act/github-actions-demo/. dst=/home/nilo/goshare_offline/test_act/github-actions-demo
[Automated Tests/Ex6 Mamba]   🐳  docker exec cmd=[mkdir -p /home/nilo/goshare_offline/test_act/github-actions-demo] user= workdir=
[Automated Tests/Ex6 Mamba] Exec command '[mkdir -p /home/nilo/goshare_offline/test_act/github-actions-demo]'
[Automated Tests/Ex6 Mamba] Working directory '/home/nilo/goshare_offline/test_act/github-actions-demo'
[Automated Tests/Ex6 Mamba] Extracting content from '/tmp/act1869568643' to '/home/nilo/goshare_offline/test_act/github-actions-demo'
[Automated Tests/Ex6 Mamba] Extracting content to '/var/run/act/'
[Automated Tests/Ex6 Mamba] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Ex6 Mamba GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:cplee/github-actions-demo GITHUB_REPOSITORY_OWNER:cplee GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5c6f585b1f9d8526c8e1672c5f8f00883b895d93 GITHUB_TOKEN: GITHUB_WORKFLOW:Automated Tests GITHUB_WORKSPACE:/home/nilo/goshare_offline/test_act/github-actions-demo IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[Automated Tests/Ex6 Mamba] ⭐  Run actions/checkout@v2
[Automated Tests/Ex6 Mamba] Skipping local actions/checkout because workdir was already copied
[Automated Tests/Ex6 Mamba]   ✅  Success - actions/checkout@v2
[Automated Tests/Ex6 Mamba] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Ex6 Mamba GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:cplee/github-actions-demo GITHUB_REPOSITORY_OWNER:cplee GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5c6f585b1f9d8526c8e1672c5f8f00883b895d93 GITHUB_TOKEN: GITHUB_WORKFLOW:Automated Tests GITHUB_WORKSPACE:/home/nilo/goshare_offline/test_act/github-actions-demo IMAGE_OS:ubuntu20 INPUT_ACTIVATE-ENVIRONMENT:anaconda-client-env INPUT_CHANNEL-PRIORITY:true INPUT_CHANNELS:conda-forge,defaults INPUT_ENVIRONMENT-FILE:etc/example-environment.yml INPUT_MAMBA-VERSION:* INPUT_PYTHON-VERSION:3.6 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[Automated Tests/Ex6 Mamba] ⭐  Run conda-incubator/setup-miniconda@v2
[Automated Tests/Ex6 Mamba]   🐳  docker cp src=/home/nilo/.cache/act/conda-incubator-setup-miniconda@v2/ dst=/var/run/act/actions/conda-incubator-setup-miniconda@v2/
[Automated Tests/Ex6 Mamba]   🐳  docker exec cmd=[mkdir -p /var/run/act/actions/conda-incubator-setup-miniconda@v2/] user= workdir=
[Automated Tests/Ex6 Mamba] Exec command '[mkdir -p /var/run/act/actions/conda-incubator-setup-miniconda@v2/]'
[Automated Tests/Ex6 Mamba] Working directory '/home/nilo/goshare_offline/test_act/github-actions-demo'
[Automated Tests/Ex6 Mamba] Extracting content from '/tmp/act3023978125' to '/var/run/act/actions/conda-incubator-setup-miniconda@v2/'
[Automated Tests/Ex6 Mamba]   🐳  docker exec cmd=[node /var/run/act/actions/conda-incubator-setup-miniconda@v2/dist/setup/index.js] user= workdir=
[Automated Tests/Ex6 Mamba] Exec command '[node /var/run/act/actions/conda-incubator-setup-miniconda@v2/dist/setup/index.js]'
[Automated Tests/Ex6 Mamba] Working directory '/home/nilo/goshare_offline/test_act/github-actions-demo'
[Automated Tests/Ex6 Mamba]   ❓  ::group::Gathering Inputs...
[Automated Tests/Ex6 Mamba]   ❓  ::endgroup::
[Automated Tests/Ex6 Mamba]   ❓  ::group::Creating bootstrap condarc file in /root/.condarc...
[Automated Tests/Ex6 Mamba]   ❓  ::endgroup::
[Automated Tests/Ex6 Mamba]   ❓  ::group::Ensuring installer...
[Automated Tests/Ex6 Mamba]   | Can we use bundled Miniconda?
[Automated Tests/Ex6 Mamba]   | ... will use bundled Miniconda.
[Automated Tests/Ex6 Mamba]   ❓  ::endgroup::
[Automated Tests/Ex6 Mamba]   ❗  ::error::No installed conda 'base' enviroment found at 
[Automated Tests/Ex6 Mamba]   ❌  Failure - conda-incubator/setup-miniconda@v2
Originally created by @niloatgoshare on GitHub (Feb 15, 2022). Original GitHub issue: https://github.com/nektos/act/issues/1001 Im not very familiar with GitHub actions, so any help is appreciated. Ive forked the action demo repo with my [example](https://github.com/niloatgoshare/github-actions-demo). The example runs normally once pushed to GitHub, you can see that on the actions menu of the repo. ## System information - Operating System: Linux - Architecture: x64 - Docker version: 20.10.12, build e91ed57 - Docker image used in `act`: medium - `act` version: act version 0.2.25 ## Expected behaviour The output from the [conda commands](https://github.com/niloatgoshare/github-actions-demo/runs/5205618201?check_suite_focus=true). ## Actual behaviour Apparently the environment cant be created for some reason: ``` [Automated Tests/Ex6 Mamba] ❓ ::endgroup:: [Automated Tests/Ex6 Mamba] ❓ ::group::Ensuring installer... | Can we use bundled Miniconda? | ... will use bundled Miniconda. [Automated Tests/Ex6 Mamba] ❓ ::endgroup:: [Automated Tests/Ex6 Mamba] ❗ ::error::No installed conda 'base' enviroment found at [Automated Tests/Ex6 Mamba] ❌ Failure - conda-incubator/setup-miniconda@v2 ``` ## Workflow and/or repository This is the [example-6](https://github.com/marketplace/actions/setup-miniconda#example-6-mamba) from the setup-miniconda action. <details> ``` name: Automated Tests on: [push] jobs: example-6: name: Ex6 Mamba runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v2 with: python-version: 3.6 mamba-version: "*" channels: conda-forge,defaults channel-priority: true activate-environment: anaconda-client-env environment-file: etc/example-environment.yml - shell: bash -l {0} run: | conda info conda list conda config --show-sources conda config --show printenv | sort - shell: bash -l {0} run: mamba install jupyterlab ``` </details> ## Steps to reproduce 1. Clone example repo (https://github.com/niloatgoshare/github-actions-demo) 2. Enter cloned repo directory 3. Run act with no arguments at the root of the project folder. ## `act` output <details> <summary>Log</summary> ```none [Automated Tests/Ex6 Mamba] 🚀 Start image=ghcr.io/catthehacker/ubuntu:act-latest [Automated Tests/Ex6 Mamba] 🐳 docker pull image=ghcr.io/catthehacker/ubuntu:act-latest platform= username= forcePull=false [Automated Tests/Ex6 Mamba] 🐳 docker pull ghcr.io/catthehacker/ubuntu:act-latest [Automated Tests/Ex6 Mamba] Removed container: c0b401bb00f961c593e9c164eac7ceb1acd33ea62e60136714692835066ad833 [Automated Tests/Ex6 Mamba] 🐳 docker volume rm act-Automated-Tests-Ex6-Mamba [Automated Tests/Ex6 Mamba] 🐳 docker create image=ghcr.io/catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Automated Tests/Ex6 Mamba] Created container name=act-Automated-Tests-Ex6-Mamba id=b5559bebe4368e4cebc48bd651e4287bab2471e2f7d64563b80d7b06b87738b8 from image ghcr.io/catthehacker/ubuntu:act-latest (platform: ) [Automated Tests/Ex6 Mamba] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [Automated Tests/Ex6 Mamba] 🐳 docker run image=ghcr.io/catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Automated Tests/Ex6 Mamba] Starting container: b5559bebe4368e4cebc48bd651e4287bab2471e2f7d64563b80d7b06b87738b8 [Automated Tests/Ex6 Mamba] Started container: b5559bebe4368e4cebc48bd651e4287bab2471e2f7d64563b80d7b06b87738b8 [Automated Tests/Ex6 Mamba] 🐳 docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root workdir= [Automated Tests/Ex6 Mamba] Exec command '[mkdir -m 0777 -p /var/run/act]' [Automated Tests/Ex6 Mamba] Working directory '/home/nilo/goshare_offline/test_act/github-actions-demo' [Automated Tests/Ex6 Mamba] 🐳 docker cp src=/home/nilo/goshare_offline/test_act/github-actions-demo/. dst=/home/nilo/goshare_offline/test_act/github-actions-demo [Automated Tests/Ex6 Mamba] 🐳 docker exec cmd=[mkdir -p /home/nilo/goshare_offline/test_act/github-actions-demo] user= workdir= [Automated Tests/Ex6 Mamba] Exec command '[mkdir -p /home/nilo/goshare_offline/test_act/github-actions-demo]' [Automated Tests/Ex6 Mamba] Working directory '/home/nilo/goshare_offline/test_act/github-actions-demo' [Automated Tests/Ex6 Mamba] Extracting content from '/tmp/act1869568643' to '/home/nilo/goshare_offline/test_act/github-actions-demo' [Automated Tests/Ex6 Mamba] Extracting content to '/var/run/act/' [Automated Tests/Ex6 Mamba] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Ex6 Mamba GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:cplee/github-actions-demo GITHUB_REPOSITORY_OWNER:cplee GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5c6f585b1f9d8526c8e1672c5f8f00883b895d93 GITHUB_TOKEN: GITHUB_WORKFLOW:Automated Tests GITHUB_WORKSPACE:/home/nilo/goshare_offline/test_act/github-actions-demo IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [Automated Tests/Ex6 Mamba] ⭐ Run actions/checkout@v2 [Automated Tests/Ex6 Mamba] Skipping local actions/checkout because workdir was already copied [Automated Tests/Ex6 Mamba] ✅ Success - actions/checkout@v2 [Automated Tests/Ex6 Mamba] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Ex6 Mamba GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:cplee/github-actions-demo GITHUB_REPOSITORY_OWNER:cplee GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5c6f585b1f9d8526c8e1672c5f8f00883b895d93 GITHUB_TOKEN: GITHUB_WORKFLOW:Automated Tests GITHUB_WORKSPACE:/home/nilo/goshare_offline/test_act/github-actions-demo IMAGE_OS:ubuntu20 INPUT_ACTIVATE-ENVIRONMENT:anaconda-client-env INPUT_CHANNEL-PRIORITY:true INPUT_CHANNELS:conda-forge,defaults INPUT_ENVIRONMENT-FILE:etc/example-environment.yml INPUT_MAMBA-VERSION:* INPUT_PYTHON-VERSION:3.6 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [Automated Tests/Ex6 Mamba] ⭐ Run conda-incubator/setup-miniconda@v2 [Automated Tests/Ex6 Mamba] 🐳 docker cp src=/home/nilo/.cache/act/conda-incubator-setup-miniconda@v2/ dst=/var/run/act/actions/conda-incubator-setup-miniconda@v2/ [Automated Tests/Ex6 Mamba] 🐳 docker exec cmd=[mkdir -p /var/run/act/actions/conda-incubator-setup-miniconda@v2/] user= workdir= [Automated Tests/Ex6 Mamba] Exec command '[mkdir -p /var/run/act/actions/conda-incubator-setup-miniconda@v2/]' [Automated Tests/Ex6 Mamba] Working directory '/home/nilo/goshare_offline/test_act/github-actions-demo' [Automated Tests/Ex6 Mamba] Extracting content from '/tmp/act3023978125' to '/var/run/act/actions/conda-incubator-setup-miniconda@v2/' [Automated Tests/Ex6 Mamba] 🐳 docker exec cmd=[node /var/run/act/actions/conda-incubator-setup-miniconda@v2/dist/setup/index.js] user= workdir= [Automated Tests/Ex6 Mamba] Exec command '[node /var/run/act/actions/conda-incubator-setup-miniconda@v2/dist/setup/index.js]' [Automated Tests/Ex6 Mamba] Working directory '/home/nilo/goshare_offline/test_act/github-actions-demo' [Automated Tests/Ex6 Mamba] ❓ ::group::Gathering Inputs... [Automated Tests/Ex6 Mamba] ❓ ::endgroup:: [Automated Tests/Ex6 Mamba] ❓ ::group::Creating bootstrap condarc file in /root/.condarc... [Automated Tests/Ex6 Mamba] ❓ ::endgroup:: [Automated Tests/Ex6 Mamba] ❓ ::group::Ensuring installer... [Automated Tests/Ex6 Mamba] | Can we use bundled Miniconda? [Automated Tests/Ex6 Mamba] | ... will use bundled Miniconda. [Automated Tests/Ex6 Mamba] ❓ ::endgroup:: [Automated Tests/Ex6 Mamba] ❗ ::error::No installed conda 'base' enviroment found at [Automated Tests/Ex6 Mamba] ❌ Failure - conda-incubator/setup-miniconda@v2 ``` </details>
kerem 2026-03-01 21:44:45 +03:00
Author
Owner

@ChristopherHX commented on GitHub (Feb 15, 2022):

This particular action seems to be broken and relies on the fact that minconda is already installed.

If you search for your error you will find another issue https://github.com/conda-incubator/setup-miniconda/issues/182 with a solution.

You also get this error on any official self-hosted actions/runner.

<!-- gh-comment-id:1040720102 --> @ChristopherHX commented on GitHub (Feb 15, 2022): This particular action seems to be broken and relies on the fact that minconda is already installed. If you search for your error you will find another issue https://github.com/conda-incubator/setup-miniconda/issues/182 with a solution. You also get this error on any official self-hosted actions/runner.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#588
No description provided.