From c1014d9db142f6402733cc598a0658c96984c017 Mon Sep 17 00:00:00 2001 From: Proton Date: Fri, 12 May 2023 16:33:49 +0800 Subject: [PATCH] meh --- .github/workflows/initiator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/initiator.yaml b/.github/workflows/initiator.yaml index 8cd5cfd4d..3282e85a5 100644 --- a/.github/workflows/initiator.yaml +++ b/.github/workflows/initiator.yaml @@ -57,7 +57,7 @@ jobs: with: build_id: ${{ needs.preparation.outputs.build_id }} nightly: false - python: '["3.9", "3.10", "3.11"]' + python: '["3.9"]' secrets: BOT_MINIO_ACCESS_KEY: ${{ secrets.BOT_MINIO_ACCESS_KEY }} BOT_MINIO_SECRET_KEY: ${{ secrets.BOT_MINIO_SECRET_KEY }}