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