Skip to content

Commit

Permalink
Remove "cjh1" channel from packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Oct 19, 2023
1 parent 063ce8f commit 4173042
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packaging/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ def build_conda_pack(base_path, tmp, hexrd_package_channel, hexrdgui_output_fold
# First build the hexrdgui package
recipe_path = str(base_path / '..' / 'conda.recipe')
config = Config()
config.channel = ['cjh1', 'conda-forge']
config.channel_urls = ['cjh1', 'conda-forge']
config.channel = ['conda-forge']
config.channel_urls = ['conda-forge']
config.override_channels = True

if hexrdgui_output_folder is not None:
Expand Down Expand Up @@ -158,7 +158,6 @@ def build_conda_pack(base_path, tmp, hexrd_package_channel, hexrdgui_output_fold
'--override-channels',
'--channel', hexrdgui_output_folder_uri,
'--channel', hexrd_package_channel,
'--channel', 'cjh1',
'--channel', 'conda-forge',
f'hexrd=={hexrd_version}',
'hexrdgui'
Expand Down

0 comments on commit 4173042

Please sign in to comment.