Skip to content

Commit 32cade6

Browse files
committed
Install poetry if required for e2e tests
1 parent b1472d0 commit 32cade6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/acceptance-tests/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ runs:
7272
echo "run_e2e=true" >> $GITHUB_OUTPUT
7373
fi
7474
75+
- name: Install poetry
76+
if: steps.check_e2e.outputs.run_e2e == 'true'
77+
shell: bash
78+
run: pipx install poetry
79+
7580
- name: Run e2e tests
7681
if: steps.check_e2e.outputs.run_e2e == 'true'
7782
shell: bash

0 commit comments

Comments
 (0)