From c437a8298d3cc84d15a0e4c9903b951889829739 Mon Sep 17 00:00:00 2001 From: Adam Narozniak Date: Mon, 16 Sep 2024 11:43:41 +0200 Subject: [PATCH] Update python version in CI e2e workflow --- .github/workflows/datasets-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/datasets-e2e.yml b/.github/workflows/datasets-e2e.yml index 2a73a8538b14..dbd90635c74e 100644 --- a/.github/workflows/datasets-e2e.yml +++ b/.github/workflows/datasets-e2e.yml @@ -45,7 +45,7 @@ jobs: - name: Bootstrap uses: ./.github/actions/bootstrap with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: python -m poetry install - name: Run tests