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 71dd2a2 commit 8b3a90cCopy full SHA for 8b3a90c
.github/workflows/sphinx.yml
@@ -28,7 +28,7 @@ jobs:
28
python-version: "3.10"
29
- name: Install dependencies
30
run: |
31
- pip install pdm
+ pip install poetry
32
poetry install --with docs
33
- name: Build HTML
34
0 commit comments