Skip to content

Commit 013e937

Browse files
committed
fixed validation error
1 parent a302fde commit 013e937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34-
pip install -r requirements.txt
34+
pip install -r scripts/requirements.txt
3535
3636
- name: Validate YAML files
3737
run: |

0 commit comments

Comments
 (0)