You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove usage of a separate python.json environment. (project-chip#35802)
* Remove usage of a separate `python.json` environment.
We instead now pull the python according to pigweed setup (so that
version is maintained and uniform).
This moves windows to also use python 3.11 (because 3.9 will not work)
and removes the arm64 pull of a python3.9 as that is redundant.
* Some debugging
* Fix typo
* Fix indent
* make logging work
* Also remove one package that does not seem exactly used
* Restyle
* More debug
* Fix nargs handling
* Add comment
* Fix comment
* Restyled by autopep8
---------
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments