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 fb5a939 commit 3377f20Copy full SHA for 3377f20
.github/workflows/test-python.yml
@@ -75,5 +75,5 @@ jobs:
75
mongod --remove
76
mongod --install --dbpath=$(pwd)/data --logpath=$PWD/mongo.log
77
net start MongoDB
78
- - run: just install
+ - run: uv sync
79
- run: just test
CONTRIBUTING.md
@@ -36,7 +36,7 @@ actual bugs and improvement requests.
36
37
## Recommended development environment
38
39
-We ust [justfile](https://just.systems/man/en/packages.html) for task running
+We use [justfile](https://just.systems/man/en/packages.html) for task running
40
and [uv](https://docs.astral.sh/uv/getting-started/installation/) for python project management.
41
42
To set up your dev environment, run `just install`.
0 commit comments