From df622ab1fe2f440750892736da275c1d384ce0fd Mon Sep 17 00:00:00 2001 From: Roy Dahan Date: Sun, 24 Dec 2023 19:53:31 +0200 Subject: [PATCH] ci: Set python version to 3.11 Python 3.12 has some compatability issues with scylla-ccm. Setting the python version to 3.11 should workaround the issue for now. --- .github/workflows/tests@v1.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests@v1.yml b/.github/workflows/tests@v1.yml index 73d41282c94..5961a27c612 100644 --- a/.github/workflows/tests@v1.yml +++ b/.github/workflows/tests@v1.yml @@ -98,7 +98,7 @@ jobs: - name: Setup Python 3 uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11' - name: Fetch Scylla and Cassandra versions id: fetch-versions @@ -135,7 +135,7 @@ jobs: - name: Setup Python 3 uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11' - name: Setup environment run: | @@ -192,7 +192,7 @@ jobs: - name: Setup Python 3 uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11' - name: Setup environment run: |