Skip to content

Commit 6fa3345

Browse files
committed
poetry/pytest fix
1 parent 0ff2650 commit 6fa3345

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ runs:
7474
echo "run_e2e=true" >> $GITHUB_OUTPUT
7575
fi
7676
77-
- name: Install poetry and pytest
77+
- name: Install poetry and e2e test dependencies
7878
if: inputs.testType == 'e2e' && steps.check_e2e.outputs.run_e2e == 'true'
7979
shell: bash
8080
run: |
8181
pipx install poetry
82-
pip install pytest
82+
cd tests/e2e-tests && poetry install
8383
8484
- name: Run e2e tests
8585
if: inputs.testType == 'e2e' && steps.check_e2e.outputs.run_e2e == 'true'

0 commit comments

Comments
 (0)