File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1717 python-version : " 3.10"
1818 - name : Install uv
1919 uses : astral-sh/setup-uv@v7
20- - name : Install Python Dependencies
21- run : |
22- uv sync
2320 - name : Install LaTeX
2421 run : |
2522 sudo apt-get -y update
4946 run : |
5047 sudo apt-get -y update
5148 sudo apt-get install -y librsvg2-bin
52- - name : Install Python Dependencies
53- run : |
54- uv sync
5549 - name : Build HTML
5650 run : |
5751 uv run make html
8478 run : |
8579 sudo apt-get -y update
8680 sudo apt-get install -y librsvg2-bin
87- - name : Install Python Dependencies
88- run : |
89- uv sync --project frc-docs
9081 - name : Build HTML
9182 run : |
9283 uv run --project frc-docs sphinx-build -D language=es -b html . _build/html
@@ -199,9 +190,6 @@ jobs:
199190 python-version : " 3.10"
200191 - name : Install uv
201192 uses : astral-sh/setup-uv@v7
202- - name : Install Python Dependencies
203- run : |
204- uv sync
205193 - name : Format
206194 run : |
207195 uv run black --check .
You can’t perform that action at this time.
0 commit comments