Skip to content

Commit 90a33cd

Browse files
committed
check other script
1 parent 506f2aa commit 90a33cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Build Modules
29-
run: pip3 install natsort && ./scripts/update_mods.py && git diff --exit-code
29+
run: pip install -r requirements.txt && ./scripts/update_mods.py && git diff --exit-code
3030

3131
linting:
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)