Skip to content

Conda channels are in wrong order in Windows Tests on Azure #28356

Closed
@xhochy

Description

@xhochy

We currently have

channels:
- defaults
- conda-forge
for the requirements in the Windows tests. This is sadly a known source for problems as there are conflicting packages in both channels, e.g. boost from defaults and conda-forge is in different packages (libboost vs boost-cpp) and thus both can be installed while one is overriding the other (for boost this is fixed but there are several other packages). See also https://conda-forge.org/docs/user/tipsandtricks.html#multiple-channels for another explanation. The wrong order is probably a source of issues like #23180

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous IntegrationWindowsWindows OS

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions