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 0034b2e commit 665ac44Copy full SHA for 665ac44
.github/workflows/python-package.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up uv
18
uses: astral-sh/setup-uv@v6
19
with:
20
- version: "0.8.10"
+ version: "0.8.12"
21
22
- name: Install MongoDB
23
run: |
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
- name: Tests with tox
49
run: uv run tox -e ${{ matrix.toxenv }}
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
- name: Install dependencies
63
0 commit comments