We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c5527 commit 24a6d0dCopy full SHA for 24a6d0d
.github/workflows/test.yml
@@ -152,6 +152,13 @@ jobs:
152
uses: actions/checkout@v2
153
with:
154
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
162
- id: start-mongodb
163
name: start mongodb
164
uses: mongodb-labs/drivers-evergreen-tools@master
0 commit comments