Skip to content
Merged

v4 #14

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.10'

- uses: Swatinem/rust-cache@v1

- run: pip install -r requirements.txt && ./test.py
- run: sudo apt-get install protobuf-compiler && pip install -r requirements.txt && ./test.py
640 changes: 640 additions & 0 deletions docs/indradb/client.html

Large diffs are not rendered by default.

Loading