Skip to content

Commit d9a2a28

Browse files
committed
specific poetry version
1 parent 7f082df commit d9a2a28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141

4242
- name: Install Poetry
4343
run: |
44-
curl -sSL https://install.python-poetry.org | python3 -
44+
curl -sSL https://install.python-poetry.org | python3 - --version 2.1.2
4545
echo "$HOME/.local/bin" >> $GITHUB_PATH
46-
46+
poetry --version
47+
4748
- name: Set Poetry to use Python 3.11
4849
working-directory: ${{ vars.E2E_DIR_PATH }}
4950
run: |

0 commit comments

Comments
 (0)