We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981dd44 commit 575d0aaCopy full SHA for 575d0aa
.github/workflows/tests.yml
@@ -64,8 +64,12 @@ jobs:
64
fetch-depth: 2
65
submodules: true
66
67
+ - uses: actions/setup-python@v5
68
+ with:
69
+ python-version: '3.13'
70
+
71
- id: setup-mongodb
- uses: mongodb-labs/drivers-evergreen-tools@81c6b49dd61e833229d750084f9f3c71b31acd8d
72
+ uses: mongodb-labs/drivers-evergreen-tools@master
73
with:
74
version: ${{ matrix.mongodb-version }}
75
topology: ${{ matrix.topology }}
0 commit comments