Skip to content

Commit 5290f8c

Browse files
committed
[FIX] fix build docs workflow
1 parent 6f3f7eb commit 5290f8c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build-docs.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,9 @@ jobs:
3333
- uses: actions/setup-python@v5
3434
with:
3535
python-version: "3.12.4"
36-
- uses: pdm-project/setup-pdm@v4
3736
- name: Install docs dependencies
3837
run: |
39-
echo "Attempting to install docs dependencies with PDM..."
40-
if pdm install --group docs --no-default; then
41-
echo "PDM install succeeded"
42-
else
43-
echo "PDM install failed or PDM not available, falling back to requirements-docs.txt"
44-
echo "Installing dependencies via pip..."
4538
pip install -r requirements-docs.txt
46-
echo "Fallback installation completed"
47-
fi
4839
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
4940
- uses: actions/cache@v4
5041
with:

0 commit comments

Comments
 (0)