Skip to content

Commit 13261da

Browse files
committed
fix error test
Signed-off-by: Yang Wang <[email protected]>
1 parent 51b326a commit 13261da

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.ci/docker/requirements-ci.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ matplotlib>=3.9.4
2828
myst-parser==0.18.1
2929
sphinx_design==0.4.1
3030
sphinx-copybutton==0.5.0
31+
32+
# script unit test requirements
33+
yaspin==3.1.0

.ci/scripts/benchmark_tooling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ The benchmark tooling includes unit tests to ensure functionality.
126126

127127
```bash
128128
# From the executorch root directory
129-
pytest -c /dev/null .ci/scripts/benchmark_tooling/test_get_benchmark_analysis_data.py --log-cli-level=INFO;
129+
pytest -c /dev/null .ci/scripts/tests/test_get_benchmark_analysis_data.py
130130
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
requests>=2.32.3
22
xlsxwriter>=3.2.3
33
pandas>=2.3.0
4+
yaspin>=3.1.0
45
tabulate
56
matplotlib
67
openpyxl
7-
yaspin

0 commit comments

Comments
 (0)