Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 3963782

Browse files
committed
try full uv
1 parent f802844 commit 3963782

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ jobs:
1010
- image: cimg/python:3.12
1111
steps:
1212
- checkout
13-
- python/install-packages:
14-
pkg-manager: pip
1513
- run:
1614
name: Install texlive and rsvgconverter
1715
command: 'sudo apt update && sudo apt install -y texlive texlive-xetex texlive-fonts-extra texlive-latex-extra xindy latexmk'
16+
- name: Install uv
17+
uses: astral-sh/setup-uv@v6
18+
- name: Set up Python
19+
run: uv python install
1820
- run:
1921
name: Build html
2022
command: cd doc && make html

0 commit comments

Comments
 (0)