From 2e18769d6cbc232ccec4f03cf8a3dca721201519 Mon Sep 17 00:00:00 2001 From: Katherine Whitlock Date: Tue, 18 Feb 2025 23:03:51 -0500 Subject: [PATCH] Fix job dependencies references --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36ee7fbcc2..2b6a6b9941 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -255,7 +255,7 @@ jobs: runs-on: ubuntu-24.04 needs: - common - - black + - ruff - ci-custom - clang-format - flake8 @@ -482,7 +482,7 @@ jobs: runs-on: ubuntu-24.04 needs: - common - - black + - ruff - ci-custom - clang-format - flake8