Skip to content

Commit

Permalink
Merge pull request #1354 from stackhpc/advise-python-venv
Browse files Browse the repository at this point in the history
Use python3 -m venv for advise venv create
  • Loading branch information
MoteHue authored Oct 30, 2024
2 parents 3137cad + 8c2724a commit a0e534c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/kayobe/ansible/advise-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
name:
- git+https://github.com/stackhpc/ADVise
state: latest
virtualenv_command: "python3 -m venv"

- name: Create data directory
file:
Expand Down

0 comments on commit a0e534c

Please sign in to comment.