Skip to content

Commit 53224ae

Browse files
committed
RDBC-795 Add ravendb-embedded GH Actions step & fix version conflicts
1 parent 0135595 commit 53224ae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/RavenClient.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- name: Install client deps
7373
run: pip install -e .
7474

75+
- name: Install embedded RavenDB
76+
run: pip install ravendb-embedded
77+
7578
- name: Run certifi script
7679
run: python ./.github/workflows/add_ca.py
7780

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"requests >= 2.27.1",
2222
"requests-pkcs12 >= 1.13",
2323
"pyOpenSSL >= 22.0.0",
24-
"ijson >= 3",
24+
"ijson ~= 3.2.3",
2525
"websocket-client >= 0.46.0",
2626
"inflect >= 5.4.0",
2727
],

0 commit comments

Comments
 (0)