-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#18150: [skip ci] Drop xmltodict from requirements-dev.txt and use bu…
…ilt-in xml.etree instead (#18298) ### Ticket Resolves #18150 and concerns from PR #18251 ### Problem description - pytest mysteriously crashes on tt-metal-ci-vm-24 when xmltodict is included in the dev env. [From PR 18251] - avoid installing infra deps each time we want to run the github action - prevent situation where deps can be installed outside of a docker container due to running `pip install` directly ### What's changed Remove `xmltodict` from `requirements-dev.txt` Refactor github action script to use built-in `xml.etree.ElementTree` instead. ### Checklist - [ ] [All post commit](https://github.com/tenstorrent/tt-metal/actions/workflows/all-post-commit-workflows.yaml) CI passes https://github.com/tenstorrent/tt-metal/actions/runs/13526080092
- Loading branch information
1 parent
66be5d4
commit 9c9cbd0
Showing
2 changed files
with
16 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters