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 have a new windows 10 installation which I would like to use for performance tests with a custom github actions runner.
Unfortunately, the miniconda installation fails as, to my understanding, the installation cannot be found.
When run, the conda-incubator/setup-miniconda@v2 fails with the following error:
Run conda-incubator/setup-miniconda@v2
Gathering Inputs...
Creating bootstrap condarc file in C:\Windows\ServiceProfiles\NetworkService\.condarc...
Ensuring installer...
Running installer...
C:\actions-runner\_work\_temp\03d89d[27](https://github.com/org/repo/actions/runs/3761861196/jobs/6394006782#step:3:31)-fe9c-4186-a441-ca7c0ed5858b.exe /InstallationType=JustMe /RegisterPython=0 /S /D=3
...
miniconda is succesfullyinstalled
...
No installed conda 'base' environment found at 3!If you are using this action in a self-hosted runner that already provides its own Miniconda installation, please specify its location with a `CONDA` environment variable. If you want us to download and install Miniconda or Miniforge for you, add `miniconda-version: "latest"` or `miniforge-version: "latest"`, respectively, to the parameters for this action.
For some reason the instalation path is set to /D=3 although C:\Windows\ServiceProfiles\NetworkService\miniconda3 is used during miniconda installation. Please let me know if you need more information or logs.
The text was updated successfully, but these errors were encountered:
Workaround for future reference for users which encounter the same error:
Initially I decided to run the self hosted runner as a service which executed code as NT AUTHORITY\NETWORK SERVICE user. Instead, I now use an already existing account and installed conda manually which works fine.
Nevertheless, having a workflow which install conda automatically my setup-miniconda would be great!
Hi @GeorgWa thanks for reporting the issue. We still have not properly set testing for self hosted runners, and without more details of your exact environment we cannot fully debug this.
If you can provide what your setup is and the system details, we can take a look at it when setting up testing on a self hosted runner.
I have a new windows 10 installation which I would like to use for performance tests with a custom github actions runner.
Unfortunately, the miniconda installation fails as, to my understanding, the installation cannot be found.
I used a very simple action:
When run, the conda-incubator/setup-miniconda@v2 fails with the following error:
For some reason the instalation path is set to
/D=3
althoughC:\Windows\ServiceProfiles\NetworkService\miniconda3
is used during miniconda installation. Please let me know if you need more information or logs.The text was updated successfully, but these errors were encountered: