Skip to content

Commit 5386b1e

Browse files
committed
Setup poetry to use 3.11
1 parent 81404b9 commit 5386b1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
with:
3434
python-version: "3.11"
3535

36+
- name: Set Poetry to use Python 3.11
37+
working-directory: ./e2e
38+
run: |
39+
poetry env use $(which python3.11)
40+
3641
- name: Install Poetry
3742
run: |
3843
curl -sSL https://install.python-poetry.org | python3 -

0 commit comments

Comments
 (0)