Skip to content

Commit

Permalink
use uv
Browse files Browse the repository at this point in the history
  • Loading branch information
vpoulailleau committed Nov 6, 2024
1 parent dffc523 commit d75a7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deliver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rm -fr htmlcov/
rm -fr .pytest_cache

# tests
tox
uv run tox
echo -n "Is it OK? (y/n) [y]: "
read BOOL
if [ "$BOOL" == "n" ]
Expand Down

0 comments on commit d75a7ab

Please sign in to comment.