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