Skip to content

Commit

Permalink
Use python3 rather than python
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatum committed Sep 5, 2023
1 parent 54ee5ab commit 21b46a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/ci/tests/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ tasks:
max-run-time: 86400
docker-image: {in-tree: base}
run:
command: python test.py
command: python3 test.py
run-on-tasks-for: ["github-push", "github-pull-request"]

0 comments on commit 21b46a7

Please sign in to comment.