From 93621dacc75710758c2b3388b26a8da10d3c57b4 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 15 May 2024 12:55:30 +0100 Subject: [PATCH] fix matrix variable --- .github/workflows/os_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/os_actions.yml b/.github/workflows/os_actions.yml index 2f9d4ff4b..497e40121 100644 --- a/.github/workflows/os_actions.yml +++ b/.github/workflows/os_actions.yml @@ -63,10 +63,10 @@ jobs: path: support - name: Install pip, etc - if: ${{ matrix.check }} + if: ${{ matrix.style }} uses: ./support/actions/python-tools - name: Install mypy - if: ${{ matrix.check }} + if: ${{ matrix.style }} run: pip install mypy - name: Install Spinnaker Dependencies