We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7aefd commit 938b9f6Copy full SHA for 938b9f6
.github/workflows/publish-docs.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
+ pip install poetry==1.7
26
poetry install --with notebooks --with docs
27
28
- name: Build Documentation
0 commit comments