Skip to content

Commit 3dcbea9

Browse files
committed
fix version spec
1 parent cf99c79 commit 3dcbea9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- id: setup-mongodb
7979
uses: mongodb-labs/drivers-evergreen-tools@master
8080
with:
81-
version: 6.0
81+
version: "6.0"
8282
topology: replica_set
8383
- name: Run tests
8484
run: just test
@@ -100,7 +100,7 @@ jobs:
100100
- id: setup-mongodb
101101
uses: mongodb-labs/drivers-evergreen-tools@master
102102
with:
103-
version: 8.0
103+
version: "8.0"
104104
- name: Install dependencies
105105
run: just install
106106
- name: Run tests
@@ -242,7 +242,7 @@ jobs:
242242
- id: setup-mongodb
243243
uses: mongodb-labs/drivers-evergreen-tools@master
244244
with:
245-
version: 6.0
245+
version: "6.0"
246246
topology: replica_set
247247
# Async and our test_dns do not support dnspython 1.X, so we don't run async or dns tests here
248248
- name: Run tests
@@ -269,7 +269,7 @@ jobs:
269269
- id: setup-mongodb
270270
uses: mongodb-labs/drivers-evergreen-tools@master
271271
with:
272-
version: 6.0
272+
version: "6.0"
273273
topology: replica_set
274274
# The lifetime kwarg we use in srv resolution was added to the async resolver API in dnspython 2.1.0
275275
- name: Run tests

0 commit comments

Comments
 (0)