Skip to content

Commit 6451596

Browse files
committed
More shenaningans
1 parent 1d34f64 commit 6451596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
# because of the wide range of versions our library supports. So during this
2424
# action, we'll pretend this project requires Python 3.11 or greater.
2525
sed -i 's/python = "^3.9"/python = "^3.11"/' pyproject.toml
26-
poetry lock --no-update
26+
poetry lock
2727
poetry install -E grpc -E asyncio
2828
2929
- name: Install sphinx

0 commit comments

Comments
 (0)