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 be4e24e commit 0692ddfCopy full SHA for 0692ddf
.github/workflows/python-ci-docs.yml
@@ -36,6 +36,8 @@ jobs:
36
37
steps:
38
- uses: actions/checkout@v4
39
+ - name: Install poetry
40
+ run: make install-poetry
41
- uses: actions/setup-python@v5
42
with:
43
python-version: 3.12
.github/workflows/python-release-docs.yml
@@ -31,10 +31,12 @@ jobs:
31
32
33
34
35
python-version: ${{ matrix.python }}
- - name: Install
+ - name: Install docs
run: make docs-install
- name: Build docs
run: make docs-build
0 commit comments