Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 31, 2024
1 parent 111f435 commit afcb6e2
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,5 @@ expression: "fs::read_to_string(sandbox.path().join(\".proto/shims/registry.json
"pip"
]
},
"pip3": {
"parent": "python",
"before_args": [
"-m",
"pip"
]
},
"python": {},
"python3": {
"alt_bin": true,
"parent": "python"
}
"python": {}
}

0 comments on commit afcb6e2

Please sign in to comment.