[ci][attachconfig] remove pkgs upgrade everytime

This commit is contained in:
kurisaW
2023-12-25 10:07:32 +08:00
committed by Rbb666
parent 58d0db9875
commit 60910d0732
-1
View File
@@ -53,7 +53,6 @@ def build_bsp(bsp):
run_cmd(f'scons -C bsp/{bsp} --pyconfig-silent')
os.chdir(f'{rtt_root}/bsp/{bsp}')
run_cmd('pkgs --upgrade-script-force')
run_cmd('pkgs --update')
run_cmd('pkgs --list')