Skip to content

Commit e84026e

Browse files
authored
v4 (#14)
* Sync to v4 * Rebuild docs * Fix protobuf installation on CI * Downgrade to python 3.10
1 parent 9b14e88 commit e84026e

File tree

17 files changed

+11050
-17067
lines changed

17 files changed

+11050
-17067
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131

3232
- uses: actions/setup-python@v2
3333
with:
34-
python-version: '3.x'
34+
python-version: '3.10'
3535

3636
- uses: Swatinem/rust-cache@v1
3737

38-
- run: pip install -r requirements.txt && ./test.py
38+
- run: sudo apt-get install protobuf-compiler && pip install -r requirements.txt && ./test.py

docs/indradb/client.html

Lines changed: 640 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)