Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Clean the dev env after build wheels for macOS #41662

Closed
jiwq opened this issue Dec 6, 2023 · 0 comments · Fixed by #41694
Closed

[CI] Clean the dev env after build wheels for macOS #41662

jiwq opened this issue Dec 6, 2023 · 0 comments · Fixed by #41694
Labels
Devprod enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@jiwq
Copy link
Contributor

jiwq commented Dec 6, 2023

Description

When we execute ./python/build-wheel-macos.sh to build the wheels, this script created some conda envs (such as py3.8 etc.) and use it to build wheels. But these envs were not removed which broken the developer's dev env. So I recommend to clean the dev env after build wheels for macOS.

$ ./python/build-wheel-macos.sh
$ conda env list
# conda environments:
#
base                  *  /Users/{USER}/.miniconda3
p3.10                    /Users/{USER}/.miniconda3/envs/p3.10
p3.11                    /Users/{USER}/.miniconda3/envs/p3.11
p3.7                     /Users/{USER}/.miniconda3/envs/p3.7
p3.8                     /Users/{USER}/.miniconda3/envs/p3.8
p3.9                     /Users/{USER}/.miniconda3/envs/p3.9
$

Use case

$ ./python/build-wheel-macos.sh
$ conda env list
# conda environments:
#
base                  *  /Users/{USER}/.miniconda3
$
@jiwq jiwq added enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Devprod enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants