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 1d34f64 commit 6451596Copy full SHA for 6451596
.github/actions/build-docs/action.yml
@@ -23,7 +23,7 @@ runs:
23
# because of the wide range of versions our library supports. So during this
24
# action, we'll pretend this project requires Python 3.11 or greater.
25
sed -i 's/python = "^3.9"/python = "^3.11"/' pyproject.toml
26
- poetry lock --no-update
+ poetry lock
27
poetry install -E grpc -E asyncio
28
29
- name: Install sphinx
0 commit comments