Skip to content

Commit

Permalink
[ci] Remove python-requirements.txt check from check-generated.sh
Browse files Browse the repository at this point in the history
Lock files are now separately checked in `check-lock-files.sh` so this
is redundant.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt authored and nbdd0121 committed Jan 10, 2025
1 parent 257ba6f commit 05929ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/scripts/check-generated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ gen_hw_and_check_clean "LC state" lc-state-enc || bad=1
# causing this check to fail.
gen_hw_and_check_clean "top and cmdgen" top_and_cmdgen || bad=1

gen_and_check_clean \
"python-requirements.txt" \
util/sh/scripts/gen-python-requirements.sh || bad=1

gen_and_check_clean \
"secded primitive code" \
util/design/secded_gen.py --no_fpv || bad=1
Expand Down

0 comments on commit 05929ea

Please sign in to comment.