Skip to content
Snippets Groups Projects
Commit 6d86adff authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[build] Explicitly adds envs_dir setting during build, to avoid issues reported on MR!8

parent 7b1a8642
No related branches found
No related tags found
No related merge requests found
Pipeline #26635 passed
...@@ -483,6 +483,7 @@ if __name__ == '__main__': ...@@ -483,6 +483,7 @@ if __name__ == '__main__':
# dump packages at conda_root # dump packages at conda_root
condarc_options['croot'] = os.path.join(args.conda_root, 'conda-bld') condarc_options['croot'] = os.path.join(args.conda_root, 'conda-bld')
condarc_options['envs_dir'] = os.path.join(args.conda_root, 'envs')
logger.info('Merging conda configuration files...') logger.info('Merging conda configuration files...')
conda_config = make_conda_config(conda_build_config, args.python_version, conda_config = make_conda_config(conda_build_config, args.python_version,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment