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 88c0be9 commit e7a8ce3Copy full SHA for e7a8ce3
.github/workflows/test-python.yml
@@ -225,6 +225,10 @@ jobs:
225
runs-on: ubuntu-latest
226
name: Test using minimum dependencies and supported Python
227
steps:
228
+ - name: Install uv
229
+ uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v5
230
+ with:
231
+ python-version: '3.9'
232
- name: Start MongoDB
233
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
234
with:
0 commit comments