Skip to content

Commit

Permalink
Merge pull request #1301 from cjh1/relax-python
Browse files Browse the repository at this point in the history
Delay installation of Python
  • Loading branch information
cjh1 authored Oct 11, 2022
2 parents 51fe78c + 94b9e9a commit 3afd388
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packaging/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@ def build_conda_pack(base_path, tmp, hexrd_package_channel, hexrdgui_output_fold

Conda.run_command(
Conda.Commands.CREATE,
'--prefix', env_prefix,
'--override-channels',
*channels,
'python=3.10'
'--prefix', env_prefix
)

hexrdgui_output_folder_uri = Path(hexrdgui_output_folder).absolute().as_uri()
Expand Down

0 comments on commit 3afd388

Please sign in to comment.