Skip to content

Commit 032f7cf

Browse files
authored
Use Python from pyenv for Aggregate and check results job in e2e-accuracy.yml (#5291)
To avoid: `Error: The version '3.10' with architecture 'x64' was not found for this operating system.` Signed-off-by: Anatoly Myachev <[email protected]>
1 parent e7a7c7a commit 032f7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-accuracy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ jobs:
146146
- name: Checkout repository
147147
uses: actions/checkout@v5
148148

149-
- name: Setup Python
150-
uses: actions/setup-python@v6
149+
- name: Install Python (from pyenv)
150+
uses: ./.github/actions/setup-pyenv-python
151151
with:
152152
python-version: "3.10"
153153

0 commit comments

Comments
 (0)