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 4954b59 commit 38f1b6fCopy full SHA for 38f1b6f
.github/workflows/test-python.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
enable-cache: true
54
python-version: ${{ matrix.python-version }}
55
- - run: uvx install rust-just
+ - run: uv tool install rust-just
56
- name: Start MongoDB on Linux
57
if: ${{ startsWith(runner.os, 'Linux') }}
58
run: |
0 commit comments