From f586034e0e733b8cf0ee2540bbcd33456116c5a9 Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Sun, 17 Mar 2024 19:12:15 +0100 Subject: [PATCH] move update-help to Python 3.11 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index efa348733a..6b28684c33 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,10 +18,10 @@ jobs: - name: macos-3.12-skip-exe python-version: "3.12" os: macos-latest - - name: linux-3.12-lint-update-help-skip-exe + - name: linux-3.12-lint-skip-exe python-version: "3.12" os: ubuntu-latest - - name: linux-3.11-pytype-skip-exe + - name: linux-3.11-update-help-pytype-skip-exe python-version: "3.11" os: ubuntu-latest - name: linux-3.10-skip-exe