Skip to content

Example 9: Empty Channels in file dont crash setup #2494

Example 9: Empty Channels in file dont crash setup

Example 9: Empty Channels in file dont crash setup #2494

Triggered via schedule February 6, 2026 01:22
Status Success
Total duration 1m 45s
Artifacts

example-9.yml

on: schedule
Matrix: example-9
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 18 warnings
Ex9 (3.8, ubuntu-latest)
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
Ex9 (3.11, ubuntu-latest)
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
Ex9 (3.11, macos-latest)
The process '/Users/runner/miniconda3/condabin/conda' failed with exit code 1
Ex9 (3.11, windows-latest)
The process 'C:\Miniconda\condabin\conda.bat' failed with exit code 1
Ex9 (3.8, macos-latest)
The process '/Users/runner/miniconda3/condabin/conda' failed with exit code 1
Ex9 (3.8, windows-latest)
The process 'C:\Miniconda\condabin\conda.bat' failed with exit code 1
Ex9 (3.8, ubuntu-latest)
Upload did not complete.
Ex9 (3.8, ubuntu-latest)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "/usr/share/miniconda/lib/python3.13/site-packages/conda/exception_handler.py", line 29, in __call__ return func(*args, **kwargs) File "/usr/share/miniconda/lib/python3.13/site-packages/conda/cli/main.py", line 61, in main_subshell exit_code = do_call(args, parser) File "/usr/share/miniconda/lib/python3.13/site-packages/conda/cli/conda_argparse.py", line 205, in do_call result = getattr(module, func_name)(args, parser) File "/usr/share/miniconda/lib/python3.13/site-packages/conda/notices/core.py", line 128, in wrapper return_value = func(*args, **kwargs) File "/usr/share/miniconda/lib/python3.13/site-packages/conda/cli/main_env_update.py", line 97, in execute env = spec.env ^^^^^^^^ File "/usr/share/miniconda/lib/python3.13/site-packages/conda/env/specs/yaml_file.py", line 85, in env self._environment = env.from_file(self.filename) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/share/miniconda/lib/python3.13/site-packages/conda/env/env.py", line 337, in from_file return from_yaml(yamlstr, filename=filename) File "/usr/share/miniconda/lib/python3.13/site-packages/conda/env/env.py", line 306, in from_yaml _expand_channels(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/share/miniconda/lib/python3.13/site-packages/conda/env/env.py", line 313, in _expand_channels os.path.expandvars(channel) for channel in data.get("channels", []) ~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable `$ /usr/share/miniconda/condabin/conda env update --name test --file /home/runner/work/setup-miniconda/setup-miniconda/etc/setup-miniconda-patched-example-empty-channels-environment.yml` environment variables: CIO_TEST=<not set> CONDA=/usr/share/miniconda CONDA_ROOT=/usr/share/miniconda CURL_CA_BUNDLE=<not set> GITHUB_EVENT_PATH=/home/runner/work/_temp/_github_workflow/event.json GITHUB_PATH=/home/runner/work/_temp/_runner_file_commands/add_path_c568dc42-e512- 4c32-b8e1-445ce8a655a0 LD_PRELOAD=<not set> PATH=/usr/share/miniconda/condabin:/snap/bin:/home/runner/.local/bin:/opt/p ipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/b in:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/u sr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games :/snap/bin PSModulePath=/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modu les:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0 REQUESTS_CA_BUNDLE=<not set> SELENIUM_JAR_PATH=/usr/share/java/selenium-server.jar SSL_CERT_FILE=<not set> SWIFT_PATH=/usr/share/swift/usr/bin active environment : None user config file : /home/runner/.condarc populated config files : /usr/share/miniconda/.condarc /usr/share/miniconda/condarc.d/anaconda-auth.yml /home/runner/.condarc conda version : 25.11.1 conda-build version : not installed python version : 3.13.11.final.0 solver : libmamba (default) virtual packages : __archspec=1=zen2 __conda=25.11.1=0 __glibc=2.39=0 __linux=6.11.0=0 __unix=0=0 base environment : /usr/share/miniconda (writable) conda av data dir : /usr/share/miniconda/etc/conda conda av metadata url : None channel URLs : https://repo.anaconda.com/pkgs/main/linux-64 https://repo.anaconda.com/pkgs/main/noarch
Ex9 (3.8, ubuntu-latest)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
Ex9 (3.11, ubuntu-latest)
Upload did not complete.
Ex9 (3.11, ubuntu-latest)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "/usr/share/miniconda/lib/python3.13/site-packages/conda/exception_handler.py", line 29, in __call__ return func(*args, **kwargs) File "/usr/share/miniconda/lib/python3.13/site-packages/conda/cli/main.py", line 61, in main_subshell exit_code = do_call(args, parser) File "/usr/share/miniconda/lib/python3.13/site-packages/conda/cli/conda_argparse.py", line 205, in do_call result = getattr(module, func_name)(args, parser) File "/usr/share/miniconda/lib/python3.13/site-packages/conda/notices/core.py", line 128, in wrapper return_value = func(*args, **kwargs) File "/usr/share/miniconda/lib/python3.13/site-packages/conda/cli/main_env_update.py", line 97, in execute env = spec.env ^^^^^^^^ File "/usr/share/miniconda/lib/python3.13/site-packages/conda/env/specs/yaml_file.py", line 85, in env self._environment = env.from_file(self.filename) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/share/miniconda/lib/python3.13/site-packages/conda/env/env.py", line 337, in from_file return from_yaml(yamlstr, filename=filename) File "/usr/share/miniconda/lib/python3.13/site-packages/conda/env/env.py", line 306, in from_yaml _expand_channels(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/share/miniconda/lib/python3.13/site-packages/conda/env/env.py", line 313, in _expand_channels os.path.expandvars(channel) for channel in data.get("channels", []) ~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable `$ /usr/share/miniconda/condabin/conda env update --name test --file /home/runner/work/setup-miniconda/setup-miniconda/etc/setup-miniconda-patched-example-empty-channels-environment.yml` environment variables: CIO_TEST=<not set> CONDA=/usr/share/miniconda CONDA_ROOT=/usr/share/miniconda CURL_CA_BUNDLE=<not set> GITHUB_EVENT_PATH=/home/runner/work/_temp/_github_workflow/event.json GITHUB_PATH=/home/runner/work/_temp/_runner_file_commands/add_path_2f50467f-97c5- 4cd6-beaa-43cd3f2ea10e LD_PRELOAD=<not set> PATH=/usr/share/miniconda/condabin:/snap/bin:/home/runner/.local/bin:/opt/p ipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/b in:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/u sr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games :/snap/bin PSModulePath=/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modu les:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0 REQUESTS_CA_BUNDLE=<not set> SELENIUM_JAR_PATH=/usr/share/java/selenium-server.jar SSL_CERT_FILE=<not set> SWIFT_PATH=/usr/share/swift/usr/bin active environment : None user config file : /home/runner/.condarc populated config files : /usr/share/miniconda/.condarc /usr/share/miniconda/condarc.d/anaconda-auth.yml /home/runner/.condarc conda version : 25.11.1 conda-build version : not installed python version : 3.13.11.final.0 solver : libmamba (default) virtual packages : __archspec=1=zen2 __conda=25.11.1=0 __glibc=2.39=0 __linux=6.11.0=0 __unix=0=0 base environment : /usr/share/miniconda (writable) conda av data dir : /usr/share/miniconda/etc/conda conda av metadata url : None channel URLs : https://repo.anaconda.com/pkgs/main/linux-64 https://repo.anaconda.com/pkgs/main/noarch
Ex9 (3.11, ubuntu-latest)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
Ex9 (3.11, macos-latest)
Upload did not complete.
Ex9 (3.11, macos-latest)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/exception_handler.py", line 29, in __call__ return func(*args, **kwargs) File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/cli/main.py", line 61, in main_subshell exit_code = do_call(args, parser) File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/cli/conda_argparse.py", line 205, in do_call result = getattr(module, func_name)(args, parser) File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/notices/core.py", line 128, in wrapper return_value = func(*args, **kwargs) File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/cli/main_env_update.py", line 97, in execute env = spec.env ^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/env/specs/yaml_file.py", line 85, in env self._environment = env.from_file(self.filename) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/env/env.py", line 337, in from_file return from_yaml(yamlstr, filename=filename) File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/env/env.py", line 306, in from_yaml _expand_channels(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/env/env.py", line 313, in _expand_channels os.path.expandvars(channel) for channel in data.get("channels", []) ~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable `$ /Users/runner/miniconda3/condabin/conda env update --name test --file /Users/runner/work/setup-miniconda/setup-miniconda/etc/setup-miniconda-patched-example-empty-channels-environment.yml` environment variables: CIO_TEST=<not set> CONDA=/Users/runner/miniconda3 CONDA_ROOT=/Users/runner/miniconda3 CURL_CA_BUNDLE=<not set> GITHUB_EVENT_PATH=/Users/runner/work/_temp/_github_workflow/event.json GITHUB_PATH=/Users/runner/work/_temp/_runner_file_commands/add_path_e2e9c794-c668- 4475-a1f1-f5ec6d639ece INFOPATH=/opt/homebrew/share/info: LD_PRELOAD=<not set> NUNIT3_PATH=/Library/Developer/nunit/3.6.0 NUNIT_BASE_PATH=/Library/Developer/nunit PATH=/Users/runner/miniconda3/condabin:/opt/homebrew/lib/ruby/gems/3.3.0/bi n:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebre w/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/ bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.ya rn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/A ndroid/sdk/platform-tools:/Library/Frameworks/Python.framework/Version s/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Comm ands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools REQUESTS_CA_BUNDLE=<not set> SSL_CERT_FILE=<not set> active environment : None user config file : /Users/runner/.condarc populated config files : /Users/runner/miniconda3/.condarc /Users/runner/miniconda3/condarc.d/anaconda-auth.yml /Users/runner/.condarc conda version : 25.11.1 conda-build version : not installed python version : 3.13.11.final.0 solver : libmamba (default) virtual packages : __archspec=1=m1 __conda=25.11.1=0 __osx=15.7.3=0 __unix=0=0 base environment : /Users/runner/miniconda3 (writable) co
Ex9 (3.11, macos-latest)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
Ex9 (3.11, windows-latest)
Upload did not complete.
Ex9 (3.11, windows-latest)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "C:\Miniconda\Lib\site-packages\conda\exception_handler.py", line 29, in __call__ return func(*args, **kwargs) File "C:\Miniconda\Lib\site-packages\conda\cli\main.py", line 61, in main_subshell exit_code = do_call(args, parser) File "C:\Miniconda\Lib\site-packages\conda\cli\conda_argparse.py", line 205, in do_call result = getattr(module, func_name)(args, parser) File "C:\Miniconda\Lib\site-packages\conda\notices\core.py", line 128, in wrapper return_value = func(*args, **kwargs) File "C:\Miniconda\Lib\site-packages\conda\cli\main_env_update.py", line 97, in execute env = spec.env ^^^^^^^^ File "C:\Miniconda\Lib\site-packages\conda\env\specs\yaml_file.py", line 85, in env self._environment = env.from_file(self.filename) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "C:\Miniconda\Lib\site-packages\conda\env\env.py", line 337, in from_file return from_yaml(yamlstr, filename=filename) File "C:\Miniconda\Lib\site-packages\conda\env\env.py", line 306, in from_yaml _expand_channels(data) ~~~~~~~~~~~~~~~~^^^^^^ File "C:\Miniconda\Lib\site-packages\conda\env\env.py", line 313, in _expand_channels os.path.expandvars(channel) for channel in data.get("channels", []) ~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable `$ C:\Miniconda\Scripts\conda-script.py env update --name test --file D:\a\setup-miniconda\setup-miniconda\etc\setup-miniconda-patched-example-empty-channels-environment.yml` environment variables: CIO_TEST=<not set> CONDA=C:\Miniconda CONDA_EXE=C:\Miniconda\condabin\..\Scripts\conda.exe CONDA_EXES="C:\Miniconda\condabin\..\Scripts\conda.exe" CONDA_ROOT=C:\Miniconda CURL_CA_BUNDLE=<not set> GITHUB_EVENT_PATH=D:\a\_temp\_github_workflow\event.json GITHUB_PATH=D:\a\_temp\_runner_file_commands\add_path_a12fbb29-9c91-4f6b-b949- e930d8697870 HOMEPATH=\Users\runneradmin LD_PRELOAD=<not set> PATH=C:\Miniconda\condabin;C:\Program Files\MongoDB\Server\7.0\bin;C:\vcpkg ;C:\tools\zstd;C:\hostedtoolcache\windows\stack\3.9.1\x64;C:\cabal\bin ;C:\\ghcup\bin;C:\mingw64\bin;C:\Program Files\dotnet;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\R\R- 4.5.2\bin\x64;C:\SeleniumWebDrivers\GeckoDriver;C:\SeleniumWebDrivers\ EdgeDriver\;C:\SeleniumWebDrivers\ChromeDriver;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\GitHub CLI;C:\Program Files\Git\bin;C:\Program Files (x86)\pipx_bin;C:\npm\prefix;C:\hostedt oolcache\windows\go\1.24.12\x64\bin;C:\hostedtoolcache\windows\Python\ 3.12.10\x64\Scripts;C:\hostedtoolcache\windows\Python\3.12.10\x64;C:\h ostedtoolcache\windows\Ruby\3.3.10\x64\bin;C:\Program Files\OpenSSL\bi n;C:\tools\kotlinc\bin;C:\hostedtoolcache\windows\Java_Temurin- Hotspot_jdk\17.0.17-10\x64\bin;C:\Program Files\ImageMagick-7.1.2-Q16-HDRI;C:\Program Files\Microsoft SDKs\Azure \CLI2\wbin;C:\ProgramData\kind;C:\ProgramData\Chocolatey\bin;C:\Window s\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Win dowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\PowerShell\7\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program
Ex9 (3.11, windows-latest)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
Ex9 (3.8, macos-latest)
Upload did not complete.
Ex9 (3.8, macos-latest)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/exception_handler.py", line 29, in __call__ return func(*args, **kwargs) File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/cli/main.py", line 61, in main_subshell exit_code = do_call(args, parser) File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/cli/conda_argparse.py", line 205, in do_call result = getattr(module, func_name)(args, parser) File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/notices/core.py", line 128, in wrapper return_value = func(*args, **kwargs) File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/cli/main_env_update.py", line 97, in execute env = spec.env ^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/env/specs/yaml_file.py", line 85, in env self._environment = env.from_file(self.filename) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/env/env.py", line 337, in from_file return from_yaml(yamlstr, filename=filename) File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/env/env.py", line 306, in from_yaml _expand_channels(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/Users/runner/miniconda3/lib/python3.13/site-packages/conda/env/env.py", line 313, in _expand_channels os.path.expandvars(channel) for channel in data.get("channels", []) ~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable `$ /Users/runner/miniconda3/condabin/conda env update --name test --file /Users/runner/work/setup-miniconda/setup-miniconda/etc/setup-miniconda-patched-example-empty-channels-environment.yml` environment variables: CIO_TEST=<not set> CONDA=/Users/runner/miniconda3 CONDA_ROOT=/Users/runner/miniconda3 CURL_CA_BUNDLE=<not set> GITHUB_EVENT_PATH=/Users/runner/work/_temp/_github_workflow/event.json GITHUB_PATH=/Users/runner/work/_temp/_runner_file_commands/add_path_ac31870b-e532- 4420-9c8f-9fba23333085 INFOPATH=/opt/homebrew/share/info: LD_PRELOAD=<not set> NUNIT3_PATH=/Library/Developer/nunit/3.6.0 NUNIT_BASE_PATH=/Library/Developer/nunit PATH=/Users/runner/miniconda3/condabin:/opt/homebrew/lib/ruby/gems/3.3.0/bi n:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebre w/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/ bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.ya rn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/A ndroid/sdk/platform-tools:/Library/Frameworks/Python.framework/Version s/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Comm ands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools REQUESTS_CA_BUNDLE=<not set> SSL_CERT_FILE=<not set> active environment : None user config file : /Users/runner/.condarc populated config files : /Users/runner/miniconda3/.condarc /Users/runner/miniconda3/condarc.d/anaconda-auth.yml /Users/runner/.condarc conda version : 25.11.1 conda-build version : not installed python version : 3.13.11.final.0 solver : libmamba (default) virtual packages : __archspec=1=m1 __conda=25.11.1=0 __osx=15.7.3=0 __unix=0=0 base environment : /Users/runner/miniconda3 (writable) co
Ex9 (3.8, macos-latest)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
Ex9 (3.8, windows-latest)
Upload did not complete.
Ex9 (3.8, windows-latest)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "C:\Miniconda\Lib\site-packages\conda\exception_handler.py", line 29, in __call__ return func(*args, **kwargs) File "C:\Miniconda\Lib\site-packages\conda\cli\main.py", line 61, in main_subshell exit_code = do_call(args, parser) File "C:\Miniconda\Lib\site-packages\conda\cli\conda_argparse.py", line 205, in do_call result = getattr(module, func_name)(args, parser) File "C:\Miniconda\Lib\site-packages\conda\notices\core.py", line 128, in wrapper return_value = func(*args, **kwargs) File "C:\Miniconda\Lib\site-packages\conda\cli\main_env_update.py", line 97, in execute env = spec.env ^^^^^^^^ File "C:\Miniconda\Lib\site-packages\conda\env\specs\yaml_file.py", line 85, in env self._environment = env.from_file(self.filename) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "C:\Miniconda\Lib\site-packages\conda\env\env.py", line 337, in from_file return from_yaml(yamlstr, filename=filename) File "C:\Miniconda\Lib\site-packages\conda\env\env.py", line 306, in from_yaml _expand_channels(data) ~~~~~~~~~~~~~~~~^^^^^^ File "C:\Miniconda\Lib\site-packages\conda\env\env.py", line 313, in _expand_channels os.path.expandvars(channel) for channel in data.get("channels", []) ~~~~~~~~^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable `$ C:\Miniconda\Scripts\conda-script.py env update --name test --file D:\a\setup-miniconda\setup-miniconda\etc\setup-miniconda-patched-example-empty-channels-environment.yml` environment variables: CIO_TEST=<not set> CONDA=C:\Miniconda CONDA_EXE=C:\Miniconda\condabin\..\Scripts\conda.exe CONDA_EXES="C:\Miniconda\condabin\..\Scripts\conda.exe" CONDA_ROOT=C:\Miniconda CURL_CA_BUNDLE=<not set> GITHUB_EVENT_PATH=D:\a\_temp\_github_workflow\event.json GITHUB_PATH=D:\a\_temp\_runner_file_commands\add_path_f1c7d18c-4595-4638-886a- 33f2b6313cea HOMEPATH=\Users\runneradmin LD_PRELOAD=<not set> PATH=C:\Miniconda\condabin;C:\Program Files\MongoDB\Server\7.0\bin;C:\vcpkg ;C:\tools\zstd;C:\hostedtoolcache\windows\stack\3.9.1\x64;C:\cabal\bin ;C:\\ghcup\bin;C:\mingw64\bin;C:\Program Files\dotnet;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\R\R- 4.5.2\bin\x64;C:\SeleniumWebDrivers\GeckoDriver;C:\SeleniumWebDrivers\ EdgeDriver\;C:\SeleniumWebDrivers\ChromeDriver;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\GitHub CLI;C:\Program Files\Git\bin;C:\Program Files (x86)\pipx_bin;C:\npm\prefix;C:\hostedt oolcache\windows\go\1.24.12\x64\bin;C:\hostedtoolcache\windows\Python\ 3.12.10\x64\Scripts;C:\hostedtoolcache\windows\Python\3.12.10\x64;C:\h ostedtoolcache\windows\Ruby\3.3.10\x64\bin;C:\Program Files\OpenSSL\bi n;C:\tools\kotlinc\bin;C:\hostedtoolcache\windows\Java_Temurin- Hotspot_jdk\17.0.17-10\x64\bin;C:\Program Files\ImageMagick-7.1.2-Q16-HDRI;C:\Program Files\Microsoft SDKs\Azure \CLI2\wbin;C:\ProgramData\kind;C:\ProgramData\Chocolatey\bin;C:\Window s\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Win dowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\PowerShell\7\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program
Ex9 (3.8, windows-latest)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.