File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 46
46
environment-file : environment-dev.yml
47
47
environment-name : pycrdt-websocket
48
48
extra-specs : python=${{ matrix.python-version }}
49
+ - name : Ensure pip >= v25.1
50
+ run : python -m pip install "pip >= 25.1"
49
51
- name : Install dependencies
50
52
run : |
51
- pip install ".[ test]"
53
+ pip install --group test .
52
54
cd tests; npm install
53
55
- name : Check types
54
56
run : |
Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ dependencies = [
34
34
]
35
35
36
36
[project .optional-dependencies ]
37
+ django = [
38
+ " channels" ,
39
+ ]
40
+
41
+ [dependency-groups ]
37
42
test = [
38
43
" mypy !=1.10.0,!=1.10.1" , # see https://github.com/python/mypy/issues/17166
39
44
" pre-commit" ,
@@ -49,9 +54,6 @@ docs = [
49
54
" mkdocs-material" ,
50
55
" mkdocstrings-python" ,
51
56
]
52
- django = [
53
- " channels" ,
54
- ]
55
57
56
58
[project .urls ]
57
59
Homepage = " https://github.com/y-crdt/pycrdt-websocket"
You can’t perform that action at this time.
0 commit comments