File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Security Policy
22
3+ [ ![ CodeQL] ( https://github.com/bckohan/django-enum/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main )] ( https://github.com/bckohan/django-enum/actions/workflows/github-code-scanning/codeql?query=branch:main )
34[ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/bckohan/django-enum/badge )] ( https://securityscorecards.dev/viewer/?uri=github.com/bckohan/django-enum )
45
56## Supported Versions
Original file line number Diff line number Diff line change 1212 python : " 3.12"
1313 jobs :
1414 post_create_environment :
15- - pip install poetry
15+ - pipx install uv
1616 post_install :
17- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs
17+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs
1818
1919# Build documentation in the docs/ directory with Sphinx
2020sphinx :
You can’t perform that action at this time.
0 commit comments