Skip to content

Commit

Permalink
test(pipx): use python3 instead of python
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 19, 2024
1 parent 95497b6 commit 0ff52da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/forge/test_pipx_direct_dependencies
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# shellcheck shell=bash
require_cmd "python"
require_cmd python3

# Create a system pipx that always fail and push it to the front of PATH
cat >"$HOME/bin/pipx" <<'EOF'
Expand Down

0 comments on commit 0ff52da

Please sign in to comment.