Skip to content

Commit a798980

Browse files
committed
fix CI error
1 parent b17b698 commit a798980

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ wget
88
scipy
99
visualdl
1010
pyvista==0.37.0
11+
pysdf
1112
pyyaml
1213
scikit-optimize
1314
h5py

test_tipc/prepare.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ download_dataset=$(func_parser_value "${lines[61]}")
1919
python=$(func_parser_value "${lines[2]}")
2020
export pip=$(func_parser_value "${lines[62]}")
2121
${pip} install --upgrade pip
22+
${pip} install pybind11
2223
${pip} install -r requirements.txt
2324

2425
if [ -n ${download_dataset} ] ; then

0 commit comments

Comments
 (0)