Skip to content

Commit 2e12296

Browse files
authored
pass python version as string
1 parent 9de811c commit 2e12296

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
run:
1313
working-directory: tests/e2e
1414
env:
15-
NODE_VERSION: ["24"]
16-
PYTHON_VERSION: ["3.10"]
15+
NODE_VERSION: 24
16+
PYTHON_VERSION: '3.10'
17+
1718
steps:
1819
- name: Checkout
1920
uses: actions/checkout@v4

0 commit comments

Comments
 (0)