File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,12 +22,11 @@ jobs:
2222 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323 with :
2424 fetch-depth : 0 # Fetch all branches to include 'gh-pages' branch
25- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
26- with :
27- python-version : 3.x
2825 - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2926 with :
3027 version : " 0.11.19"
28+ python-version : " 3.14"
29+ activate-environment : true
3130 - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3231 with :
3332 key : mkdocs-material-${{ github.ref }}
3635 mkdocs-material-
3736
3837 - name : Install dependencies
39- run : uv pip install --system -r requirements.txt
38+ run : uv sync
4039
4140 - name : Lint Markdown files
4241 uses : DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9 # v23
Original file line number Diff line number Diff line change 1+ 3.14
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " burrito"
3+ version = " 0.1.0"
4+ description = " Add your description here"
5+ readme = " README.md"
6+ requires-python = " >=3.14"
7+ dependencies = [
8+ " mike>=2.2.0" ,
9+ " mkdocs-material>=9.7.6" ,
10+ " mkdocs-mermaid2-plugin>=1.2.3" ,
11+ ]
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments