Skip to content
Snippets Groups Projects
Commit be3dd81d authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix-uv-extras' into 'master'

use right options for uv with extras deps

Closes #90

See merge request to-be-continuous/python!122
parents 078f9541 354af5ad
Branches
Tags
No related merge requests found
......@@ -704,7 +704,7 @@ variables:
log_warn "Using uv but \\e[33;1muv.lock\\e[0m file not found: you shall commit it with your project files"
fi
maybe_install_uv
uv sync --frozen ${PYTHON_EXTRA_DEPS:+--extras "$PYTHON_EXTRA_DEPS"}
uv sync --frozen ${PYTHON_EXTRA_DEPS:+--extra "$PYTHON_EXTRA_DEPS"}
;;
esac
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment