File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6060 python-version : ' 3.13'
6161
6262 - name : Install dependencies
63- run : pip install -e .[documentation]
63+ run : pip install . --group docs
6464
6565 # Start mkdocs server and wait for it to be ready
6666 - run : mkdocs serve &
Original file line number Diff line number Diff line change @@ -22,23 +22,23 @@ deps =
2222 django52: Django>=5.2,<6.0
2323 django60: Django>=6.0,<6.1
2424 djangomain: https://github.com/django/django/archive/main.tar.gz
25- .[testing, optional]
25+ . --group test --group optional
2626
2727[testenv:base]
2828; Ensure optional dependencies are not required
2929deps =
30- .[testing]
30+ . --group test
3131
3232[testenv:dist]
3333commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --no-pkgroot --staticfiles {posargs}
3434deps =
35- .[testing, optional]
35+ . --group test --group optional
3636
3737[testenv:docs]
3838skip_install = true
3939commands = mkdocs build
4040deps =
41- .[testing,documentation]
41+ . --group test --group docs
4242
4343[testenv:py312-djangomain]
4444ignore_outcome = true
You can’t perform that action at this time.
0 commit comments