From b203fddd1550845ca1511c44e212ab79f2e7b8f3 Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Thu, 7 Mar 2024 15:03:18 +0100 Subject: [PATCH] ci: setup python --- .github/workflows/validate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 18deebdd..2eb3b7c0 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -25,6 +25,10 @@ jobs: steps: - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 + # Used for ruff + - uses: actions/setup-python@v5 + with: + cache: "pip" - run: rustup toolchain install stable --profile minimal - run: rustup component add rustfmt clippy - run: cargo fetch