Skip to content

Commit

Permalink
pipx global
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Aug 22, 2024
1 parent 48f19f8 commit baa7f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def drakmon_setup():
ssh.run(f"DEBIAN_FRONTEND=noninteractive pipx ensurepath --global", in_stream=False)

for d in drakvuf_sandbox_whls:
pipx_install(ssh, ["./" + d.name])
pipx_install(ssh, ["./" + d.name], "--global")

# Import snapshot
assert SNAPSHOT_VERSION is not None
Expand Down

0 comments on commit baa7f76

Please sign in to comment.