Skip to content

Commit 29e9547

Browse files
committed
ci: fix docs builder
1 parent 2fda5ab commit 29e9547

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Install uv and set the python version
21-
uses: astral-sh/setup-uv@v6
22-
with:
23-
python-version: ${{ matrix.python-version }}
20+
- uses: "./.github/actions/setup-project"
2421

2522
- name: Install graphviz
2623
run: sudo apt-get install -y graphviz

0 commit comments

Comments
 (0)