From 3c47c29a9b40ce92cec5a30bc2878b9e33b56d5a Mon Sep 17 00:00:00 2001 From: Holger Bruch Date: Fri, 10 Nov 2023 18:38:28 +0100 Subject: [PATCH] Fix python version see also https://github.com/dagster-io/dagster/issues/17350 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e6d9a58..6b0c925 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: python-version: - - '3' + - '3.11' # fix to 3.11, as dagster does not support 3.12 for now - '3.8' # used by some NVBW infrastructure steps: - name: checkout