Skip to content

Commit 4c7db2f

Browse files
committed
Reorder
1 parent 1d9b74c commit 4c7db2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
uses: actions/setup-python@v5
3333
with:
3434
python-version: "3.11"
35-
36-
- name: Set Poetry to use Python 3.11
37-
working-directory: ./e2e
38-
run: |
39-
poetry env use $(which python3.11)
4035

4136
- name: Install Poetry
4237
run: |
4338
curl -sSL https://install.python-poetry.org | python3 -
4439
echo "$HOME/.local/bin" >> $GITHUB_PATH
40+
41+
- name: Set Poetry to use Python 3.11
42+
working-directory: ./e2e
43+
run: |
44+
poetry env use $(which python3.11)
4545
4646
- name: Install dependencies with Poetry (from e2e folder)
4747
working-directory: ./e2e

0 commit comments

Comments
 (0)