Skip to content

Commit 4897b0b

Browse files
committed
Fix release workflow: add pyyaml and jsonschema deps
1 parent 3d750f2 commit 4897b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

5757
- name: Install dependencies
5858
run: |
59-
pip install pytest
59+
pip install pytest pyyaml jsonschema
6060
6161
- name: Run tests
6262
run: |

0 commit comments

Comments
 (0)