mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-09-04 06:07:51 -04:00
Add strict channel priority to default conda config.
This commit is contained in:
parent
3617aec093
commit
a3ad5eb2a1
@ -98,6 +98,10 @@ def render_constructor(
|
|||||||
name=name,
|
name=name,
|
||||||
version=version,
|
version=version,
|
||||||
company=company,
|
company=company,
|
||||||
|
condarc=dict(
|
||||||
|
channels=lock_spec.channels,
|
||||||
|
channel_priority="strict",
|
||||||
|
),
|
||||||
channels=lock_spec.channels,
|
channels=lock_spec.channels,
|
||||||
specs=lock_spec.specs,
|
specs=lock_spec.specs,
|
||||||
initialize_by_default=False if platform.startswith("win") else True,
|
initialize_by_default=False if platform.startswith("win") else True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user