Skip to content

Commit

Permalink
Update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Aug 18, 2024
1 parent 1e0299c commit bf9ec87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ set -e
cd "$(dirname "$0")/.."

echo "Installing development dependencies..."
python3 -m pip install colorlog pre-commit
python3 -m pip install -r requirements_test.txt
pip install colorlog pre-commit uv
uv pip install -r requirements_test.txt

0 comments on commit bf9ec87

Please sign in to comment.