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