Can't use the action on `macos-12` executor
See original GitHub issueThe new macos-12
executor is available as public beta for Github Actions. I’m experiencing issues setting up miniconda with this action.
Even though I didn’t test it in an isolated environment, I believe this can be reproduced with the following workflow:
jobs:
conda:
runs-on: macos-12
steps:
- name: "Setup miniconda"
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: '3.7'
auto-activate-base: true
allow-softlinks: true
Log:
Run conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: 3.7
auto-activate-base: true
allow-softlinks: true
activate-environment: test
remove-profiles: true
architecture: x64
clean-patched-environment-file: true
env:
PYTEST_ADDOPTS: --showlocals -vv --durations=10
PY_COLORS: 1
TOX_PARALLEL_NO_SPINNER: 1
DOTNET_ROOT: /Users/runner/.dotnet
Gathering Inputs...
Creating bootstrap condarc file in /Users/runner/.condarc...
Ensuring installer...
Can we use bundled Miniconda?
... will use bundled Miniconda.
Error: No installed conda 'base' enviroment found at
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Use Quick Action workflows on Mac - Apple Support
In the Automator app on your Mac, choose File > New. · Select Quick Action, then click Choose. · Specify any of the...
Read more >[Fixed]Can't be opened because it is from an unidentified ...
... #macfixMacOS is a sophisticated operating system with a high level of security. By default, it does not allow you to install applicat......
Read more >Set up macOS runners - GitLab Docs
When you're done, GitLab Runner will be running on a macOS machine and an individual runner will be ready to process jobs. Change...
Read more >Why won't MySQL 8.0.28 install on macOS 12 Monterey?
"mysql-8.0.31-macos12-x86_64.pkg” cannot be opened because it is from an unidentified developer." Below steps resolved this issue on my mac ...
Read more >I updated my Mac and can't share my screen in Zoom!
9- Repeat the same action for Microphone, Screen Recording, ... Now you can use your Mac's Camera and Microphone in Zoom and allow...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok everything is working now as expected. Thanks a lot for flagging this @ljmf00
Ah ok, makes sense to me. I’ll try and give some feedback here, if worth it 😊 . Feel free to close this if you don’t track the upstream issue.