Skip to content

Commit ece0a28

Browse files
authored
Merge branch 'master' into perf/optimize-field-access-alternative
2 parents 84762a3 + c003f55 commit ece0a28

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ jobs:
3030
with:
3131
submodules: recursive
3232

33-
# the default python 3.8 doesn't cut it, and causes mongo-orchestration
34-
# to fail in mongodb-labs/drivers-evergreen-tools.
3533
- uses: actions/setup-python@v5
3634
with:
3735
python-version: '3.13'
3836

3937
- id: start-mongodb
4038
name: start mongodb
41-
uses: mongodb-labs/drivers-evergreen-tools@8c66939e0f2ad8ec03522cd7e8631f5a55e2c9f2
39+
uses: mongodb-labs/drivers-evergreen-tools@b26580ac7b03a7eb282053871da0a050c7075288
4240
with:
4341
version: "${{matrix.mongodb}}"
4442
topology: "${{matrix.topology}}"

.mod/drivers-evergreen-tools

0 commit comments

Comments
 (0)