Skip to content

Commit 073e198

Browse files
committed
cleanup
1 parent 728538d commit 073e198

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
persist-credentials: false
2525
- name: Install just
2626
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
2732
- name: Install uv
2833
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
2934
with:
@@ -245,7 +250,7 @@ jobs:
245250
- id: setup-mongodb
246251
uses: mongodb-labs/drivers-evergreen-tools@master
247252
with:
248-
version: "6.0"
253+
version: "8.0"
249254
topology: replica_set
250255
# Async and our test_dns do not support dnspython 1.X, so we don't run async or dns tests here
251256
- name: Run tests
@@ -272,7 +277,7 @@ jobs:
272277
- id: setup-mongodb
273278
uses: mongodb-labs/drivers-evergreen-tools@master
274279
with:
275-
version: "6.0"
280+
version: "8.0"
276281
topology: replica_set
277282
# The lifetime kwarg we use in srv resolution was added to the async resolver API in dnspython 2.1.0
278283
- name: Run tests

0 commit comments

Comments
 (0)