File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 24
24
persist-credentials : false
25
25
- name : Install just
26
26
uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
27
+ - name : Install python
28
+ uses : actions/setup-python@v5
29
+ with :
30
+ cache : ' pip'
31
+ python-version : 3.9
27
32
- name : Install uv
28
33
uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
29
34
with :
@@ -245,7 +250,7 @@ jobs:
245
250
- id : setup-mongodb
246
251
uses : mongodb-labs/drivers-evergreen-tools@master
247
252
with :
248
- version : " 6 .0"
253
+ version : " 8 .0"
249
254
topology : replica_set
250
255
# Async and our test_dns do not support dnspython 1.X, so we don't run async or dns tests here
251
256
- name : Run tests
@@ -272,7 +277,7 @@ jobs:
272
277
- id : setup-mongodb
273
278
uses : mongodb-labs/drivers-evergreen-tools@master
274
279
with :
275
- version : " 6 .0"
280
+ version : " 8 .0"
276
281
topology : replica_set
277
282
# The lifetime kwarg we use in srv resolution was added to the async resolver API in dnspython 2.1.0
278
283
- name : Run tests
You can’t perform that action at this time.
0 commit comments