Skip to content

Commit

Permalink
setup: Force explicit channel selection for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Jul 7, 2024
1 parent d0cd7c0 commit 24ba9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,7 @@ def _from_conda(self,
if channels is not None:
for channel in channels:
condaexe.extend(["-c", channel])
condaexe.append("--override-channels")

pkgs = package if isinstance(package, list) else [package]

Expand Down

0 comments on commit 24ba9c4

Please sign in to comment.