Skip to content

Commit d8ade40

Browse files
committed
inside run
1 parent 57c7c86 commit d8ade40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/show_specification_annotations.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14-
run: pip install uritemplate
14+
15+
- name: Install dependencies
16+
run: |
17+
pip install uritemplate
1518
1619
- name: Generate Annotations
1720
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)