We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9b74c commit 4c7db2fCopy full SHA for 4c7db2f
.github/workflows/run-e2e-tests.yml
@@ -32,16 +32,16 @@ jobs:
32
uses: actions/setup-python@v5
33
with:
34
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)
40
41
- name: Install Poetry
42
run: |
43
curl -sSL https://install.python-poetry.org | python3 -
44
echo "$HOME/.local/bin" >> $GITHUB_PATH
+
+ - name: Set Poetry to use Python 3.11
+ working-directory: ./e2e
+ run: |
+ poetry env use $(which python3.11)
45
46
- name: Install dependencies with Poetry (from e2e folder)
47
working-directory: ./e2e
0 commit comments