Skip to content

Commit e246568

Browse files
committed
RDBC-855 Modify RavenClient.yml, install pydantic on PR
1 parent 0b7e333 commit e246568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/RavenClient.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- name: Install embedded RavenDB
7676
run: pip install ravendb-embedded
7777

78+
- name: Install Pydantic
79+
run: pip install pydantic
80+
7881
- name: Run certifi script
7982
run: python ./.github/workflows/add_ca.py
8083

0 commit comments

Comments
 (0)