Skip to content

Commit 11f8e51

Browse files
committed
Added installing command in workflow
1 parent f276661 commit 11f8e51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/show_specification_annotations.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: Install dependencies
16+
run: pip install uritemplate
17+
1518
- name: Generate Annotations
1619
uses: actions/setup-python@v5
1720
with:

0 commit comments

Comments
 (0)