We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--seed
1 parent 1176cd7 commit 64a70e7Copy full SHA for 64a70e7
actions/create-virtualenv/action.yml
@@ -21,7 +21,7 @@ runs:
21
run: |
22
if command -v uv; then
23
echo "Creating venv named '${VENV_NAME}' with uv"
24
- uv venv "${VENV_NAME}"
+ uv venv --seed "${VENV_NAME}"
25
else
26
echo "Creating venv named '${VENV_NAME}' with virtualenv"
27
python -m pip install virtualenv
0 commit comments