diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index 24794694..25578b2b 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - python-version: [3.10] # , 3.11, 3.12, 3.13] + python-version: ["3.10"] # , 3.11, 3.12, 3.13] runs-on: ubuntu-latest