Skip to content

Commit 0edbbbc

Browse files
PLS
1 parent 992fa91 commit 0edbbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
integration-tests:
3232
runs-on: ubuntu-latest
3333
env:
34-
DEFAULT_PYTHON_VERSION: 3.10
35-
EOL_PYTHON_VERSION: 3.9
34+
DEFAULT_PYTHON_VERSION: "3.10"
35+
EOL_PYTHON_VERSION: "3.9"
3636
EXIT_STATUS: 0
3737
steps:
3838
- name: Clone Repository with SHA

0 commit comments

Comments
 (0)