From e21972a79bcf3865b5d664e2f151a48ec33f6bc6 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Fri, 16 May 2025 19:49:27 +0200 Subject: [PATCH] Fix `test scripts` CI job (#18140) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d4232fb7bd..6279a3b3bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -495,7 +495,7 @@ jobs: persist-credentials: false - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - name: "Install Rust toolchain" - run: rustup show + run: rustup component add rustfmt # Run all code generation scripts, and verify that the current output is # already checked into git. - run: python crates/ruff_python_ast/generate.py