Skip to content

Commit

Permalink
system site packages?
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 20, 2024
1 parent f308325 commit cf22ce3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CI/dependencies/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ end_section
start_section "Prepare python environment"
ls -al
venv_dir="${view_dir}/venv"
"${view_dir}"/bin/python3 -m venv "$venv_dir"
"${view_dir}"/bin/python3 -m venv \
--system-site-packages \
"$venv_dir"

if [ -n "${GITHUB_ACTIONS:-}" ]; then
echo "${view_dir}/bin" >> "$GITHUB_PATH"
Expand Down

0 comments on commit cf22ce3

Please sign in to comment.