Skip to content

Commit 8b3a90c

Browse files
committed
fix python package manager
1 parent 71dd2a2 commit 8b3a90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: "3.10"
2929
- name: Install dependencies
3030
run: |
31-
pip install pdm
31+
pip install poetry
3232
poetry install --with docs
3333
- name: Build HTML
3434
run: |

0 commit comments

Comments
 (0)