Skip to content

Commit d9d3559

Browse files
authored
Fix requirements path (#216)
1 parent 4c415c6 commit d9d3559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Requirements
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install -r requirements-dev.txt
25+
pip install -r generator/requirements-dev.txt
2626
- name: Update Modules
2727
run: |
2828
git submodule init

0 commit comments

Comments
 (0)