We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649844f commit 5de4e43Copy full SHA for 5de4e43
.github/workflows/test.yml
@@ -58,6 +58,7 @@ jobs:
58
- name: Install dependencies
59
run: |
60
pip install --group test .
61
+ pip install git+https://github.com/y-crdt/pycrdt --force-reinstall
62
cd tests; npm install
63
- name: Check types
64
0 commit comments