Skip to content

Commit

Permalink
add make install-poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Jan 6, 2025
1 parent be4e24e commit 0692ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python-ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install poetry
run: make install-poetry
- uses: actions/setup-python@v5
with:
python-version: 3.12
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/python-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install poetry
run: make install-poetry
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install
- name: Install docs
run: make docs-install
- name: Build docs
run: make docs-build
Expand Down

0 comments on commit 0692ddf

Please sign in to comment.