Skip to content

Commit 47bb41f

Browse files
committed
fix gha errors
1 parent 2ca87ce commit 47bb41f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ ObjectId('4aba160ee23f6b543e000002')
196196
Documentation is available at
197197
[pymongo.readthedocs.io](https://pymongo.readthedocs.io/en/stable/).
198198

199-
See the [contributing guide](./CONTRIBUTING.md#documentation) for how to build the documentation.
199+
See the [contributing guide](./CONTRIBUTING.md) for how to build the documentation.
200200

201201
## Learning Resources
202202

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set dotenv-filename := "./.evergreen/scripts/env.sh"
55

66
# Commonly used command segments.
77
uv_run := "uv run --isolated "
8-
typing_run := uv_run + "--group typing --all-extras"
8+
typing_run := uv_run + "--group typing --extra aws --extra encryption --extra ocsp --extra snappy --extra test --extra zstd"
99
docs_run := uv_run + "--extra docs"
1010
doc_build := "./doc/_build"
1111
mypy_args := "--install-types --non-interactive"

0 commit comments

Comments
 (0)