From ae0aca8f3aed6b4b15de4d6f7b76815e1a9b7251 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