Skip to content

Commit

Permalink
install base python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 20, 2024
1 parent cf22ce3 commit d36b9d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI/dependencies/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ venv_dir="${view_dir}/venv"
--system-site-packages \
"$venv_dir"

"${venv_dir}/bin/python3" -m pip install pyyaml jinja2

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

0 comments on commit d36b9d5

Please sign in to comment.