Skip to content

Commit

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

0 comments on commit 16f4394

Please sign in to comment.