Skip to content

Commit 2fdb938

Browse files
authored
ci: fix dep miss (#9965)
1 parent 0cc4dc4 commit 2fdb938

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/bsp_buildings.yml

+1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ jobs:
405405
wget https://raw.githubusercontent.com/RT-Thread/env/master/install_ubuntu.sh
406406
chmod 777 install_ubuntu.sh
407407
./install_ubuntu.sh
408+
pip install -r tools/requirements.txt
408409
git config --global http.postBuffer 524288000
409410
echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV
410411
echo "RTT_CC=gcc" >> $GITHUB_ENV

Diff for: tools/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ scons>=4.0.1
22
requests>=2.27.1
33
tqdm>=4.67.1
44
kconfiglib>=13.7.1
5+
PyYAML>=6.0

0 commit comments

Comments
 (0)