Skip to content

Commit e7a8ce3

Browse files
committed
test
1 parent 88c0be9 commit e7a8ce3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ jobs:
225225
runs-on: ubuntu-latest
226226
name: Test using minimum dependencies and supported Python
227227
steps:
228+
- name: Install uv
229+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v5
230+
with:
231+
python-version: '3.9'
228232
- name: Start MongoDB
229233
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
230234
with:

0 commit comments

Comments
 (0)