Skip to content

Commit

Permalink
ci: add uv sync to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Jan 9, 2025
1 parent a7dad2c commit 069ed04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ prepare:
if [ -f "./prepare.sh" ]; then
bash ./prepare.sh || exit 1
fi
if [ -f "./pyproject.toml" ]; then
uv sync
fi
build:
#!/usr/bin/env bash
Expand Down

0 comments on commit 069ed04

Please sign in to comment.