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 788823e commit 881dbfbCopy full SHA for 881dbfb
.github/workflows/mkdocs-deploy.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: actions/setup-python@v5
20
with:
21
python-version: "3.11"
22
+ - name: Install Poetry
23
+ run: pip install poetry
24
- name: Install Dependencies
25
run: poetry install --no-root
26
- name: Deploy docs
0 commit comments