Skip to content

Commit 28bd87c

Browse files
committed
Install unreleased pycrdt
1 parent a851875 commit 28bd87c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- name: Install dependencies
5252
run: |
5353
pip install --group test .
54+
pip install git+https://github.com/y-crdt/pycrdt --force-reinstall
5455
cd tests; npm install
5556
- name: Check types
5657
run: |

environment-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ channels:
44
dependencies:
55
- pip
66
- nodejs
7+
- rust

0 commit comments

Comments
 (0)