more fixes
This commit is contained in:
parent
61630c4a4b
commit
9d59507dc4
@ -1,7 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
echo "==> Installing Python…"
|
||||
uv python install
|
||||
|
||||
echo "==> Installing Python dependencies…"
|
||||
uv sync --all-extras
|
||||
|
||||
@ -1,17 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
export PREFIX=""
|
||||
if [ -d 'venv' ] ; then
|
||||
export PREFIX="venv/bin/"
|
||||
fi
|
||||
|
||||
set -ex
|
||||
|
||||
if [ -z $GITHUB_ACTIONS ]; then
|
||||
scripts/check
|
||||
fi
|
||||
|
||||
${PREFIX}coverage run -m pytest "$@"
|
||||
uv run coverage run -m pytest "$@"
|
||||
|
||||
if [ -z $GITHUB_ACTIONS ]; then
|
||||
scripts/coverage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user