Skip to content

Commit 5de4e43

Browse files
committed
Install unreleased pycrdt
1 parent 649844f commit 5de4e43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Install dependencies
5959
run: |
6060
pip install --group test .
61+
pip install git+https://github.com/y-crdt/pycrdt --force-reinstall
6162
cd tests; npm install
6263
- name: Check types
6364
run: |

0 commit comments

Comments
 (0)