File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
29- pip install -e .[ dev]
29+ pip install -e . --group dev
3030 - name : Lint
3131 run : |
3232 ruff check --output-format=github
Original file line number Diff line number Diff line change 55 os : " ubuntu-lts-latest"
66 tools :
77 python : " 3.13"
8+ jobs :
9+ install :
10+ - pip install --upgrade pip
11+ - pip install -e . --group docs
812
913sphinx :
1014 configuration : docs/conf.py
11-
12- python :
13- install :
14- - method : pip
15- path : .
16- extra_requirements :
17- - docs
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies = [
2828 " httpx>=0.23.1" ,
2929]
3030
31- [project . optional-dependencies ]
31+ [dependency-groups ]
3232docs = [
3333 " Sphinx==8.2.0" ,
3434 " furo==2025.7.19" ,
You can’t perform that action at this time.
0 commit comments