[ci][attachconfig] remove pkgs upgrade everytime

This commit is contained in:
kurisaW 2023-12-25 09:45:15 +08:00 committed by Rbb666
parent 58d0db9875
commit 60910d0732
1 changed files with 0 additions and 1 deletions

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')