Skip to content

Commit 0692ddf

Browse files
committed
add make install-poetry
1 parent be4e24e commit 0692ddf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/python-ci-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636

3737
steps:
3838
- uses: actions/checkout@v4
39+
- name: Install poetry
40+
run: make install-poetry
3941
- uses: actions/setup-python@v5
4042
with:
4143
python-version: 3.12

.github/workflows/python-release-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v4
34+
- name: Install poetry
35+
run: make install-poetry
3436
- uses: actions/setup-python@v5
3537
with:
3638
python-version: ${{ matrix.python }}
37-
- name: Install
39+
- name: Install docs
3840
run: make docs-install
3941
- name: Build docs
4042
run: make docs-build

0 commit comments

Comments
 (0)