We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc4dc4 commit 2fdb938Copy full SHA for 2fdb938
.github/workflows/bsp_buildings.yml
@@ -405,6 +405,7 @@ jobs:
405
wget https://raw.githubusercontent.com/RT-Thread/env/master/install_ubuntu.sh
406
chmod 777 install_ubuntu.sh
407
./install_ubuntu.sh
408
+ pip install -r tools/requirements.txt
409
git config --global http.postBuffer 524288000
410
echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV
411
echo "RTT_CC=gcc" >> $GITHUB_ENV
tools/requirements.txt
@@ -2,3 +2,4 @@ scons>=4.0.1
2
requests>=2.27.1
3
tqdm>=4.67.1
4
kconfiglib>=13.7.1
5
+PyYAML>=6.0
0 commit comments