We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3f7eb commit 5290f8cCopy full SHA for 5290f8c
.github/workflows/build-docs.yml
@@ -33,18 +33,9 @@ jobs:
33
- uses: actions/setup-python@v5
34
with:
35
python-version: "3.12.4"
36
- - uses: pdm-project/setup-pdm@v4
37
- name: Install docs dependencies
38
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..."
45
pip install -r requirements-docs.txt
46
- echo "Fallback installation completed"
47
- fi
48
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
49
- uses: actions/cache@v4
50
0 commit comments