Skip to content

Commit e4bd755

Browse files
committed
dumbness2 corrected
1 parent d8ade40 commit e4bd755

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/show_specification_annotations.yml

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

15-
- name: Install dependencies
16-
run: |
17-
pip install uritemplate
18-
1915
- name: Generate Annotations
2016
uses: actions/setup-python@v5
2117
with:
2218
python-version: '3.x'
2319

2420
- name: Run Python script
25-
run: python bin/annotation_workflow.py
21+
run: |
22+
pip install uritemplate
23+
python bin/annotation_workflow.py

0 commit comments

Comments
 (0)