Skip to content

Commit

Permalink
NOTICKET module load python-dev (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener authored Jan 9, 2024
1 parent 9703cb2 commit 22dff0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bluebrain/deployment/bin/give-github-feedback
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# launches the appropriate Python setup
MY_VENV=$(mktemp -d)/venv
trap "rm -rf '${MY_VENV}'" EXIT
module load unstable python-dev
python3 -mvenv "${MY_VENV}"
. "${MY_VENV}/bin/activate"
pip install requests pyyaml jinja2 lxml
Expand Down

0 comments on commit 22dff0d

Please sign in to comment.