Skip to content

Commit 3377f20

Browse files
committed
try uv sync directly
1 parent fb5a939 commit 3377f20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ jobs:
7575
mongod --remove
7676
mongod --install --dbpath=$(pwd)/data --logpath=$PWD/mongo.log
7777
net start MongoDB
78-
- run: just install
78+
- run: uv sync
7979
- run: just test

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ actual bugs and improvement requests.
3636

3737
## Recommended development environment
3838

39-
We ust [justfile](https://just.systems/man/en/packages.html) for task running
39+
We use [justfile](https://just.systems/man/en/packages.html) for task running
4040
and [uv](https://docs.astral.sh/uv/getting-started/installation/) for python project management.
4141

4242
To set up your dev environment, run `just install`.

0 commit comments

Comments
 (0)