File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 88 - id : check-yaml
99 # special mkdocs config to include inline icons fails (see `pymdownx.emoji` in mkdocs.yml)
1010 args : ['--unsafe'] # use `--unsafe` to workaround yaml loading
11- - id : requirements-txt-fixer
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ version: 2
66
77# Set the version of Python and other tools you might need
88build :
9- os : ubuntu-22 .04
9+ os : ubuntu-24 .04
1010 tools :
11- python : " 3.12 "
11+ python : latest
1212
1313mkdocs :
1414 configuration : mkdocs.yml
1515
1616# Optionally declare the Python requirements required to build your docs
1717python :
1818 install :
19- - requirements : docs/requirements.txt
19+ - pip install --group ' docs'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments