Skip to content

Commit

Permalink
fix matrix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 15, 2024
1 parent e81b43c commit 93621da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/os_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93621da

Please sign in to comment.