Skip to content

Commit 24a6d0d

Browse files
committed
specify python version to address failing mongo-orchestration
1 parent d4c5527 commit 24a6d0d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/workflows/test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ jobs:
152152
uses: actions/checkout@v2
153153
with:
154154
submodules: recursive
155+
156+
# the default python 3.8 doesn't cut it, and causes mongo-orchestration
157+
# to fail in mongodb-labs/drivers-evergreen-tools.
158+
- uses: actions/setup-python@v5
159+
with:
160+
python-version: '3.13'
161+
155162
- id: start-mongodb
156163
name: start mongodb
157164
uses: mongodb-labs/drivers-evergreen-tools@master

0 commit comments

Comments
 (0)