Skip to content

Commit

Permalink
install venv
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 committed Dec 13, 2024
1 parent c8e32e3 commit 5a9f1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
apt update -y
apt install -y --no-install-recommends clang-format-15 cmake libb64-dev rapidjson-dev libre2-dev git wget software-properties-common
wget -O /tmp/boost.tar.gz https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz && (cd /tmp && tar xzf boost.tar.gz) && mv /tmp/boost_1_80_0/boost /usr/include/boost
apt install -y python3 python3-pip
apt install -y python3 python3-pip python3-venv
# To avoid system/pip package conflict errors - use a venv:
# https://stackoverflow.com/questions/75602063/pip-install-r-requirements-txt-is-failing-this-environment-is-externally-mana
python3 -m venv .venv
Expand Down

0 comments on commit 5a9f1df

Please sign in to comment.