Skip to content

Commit

Permalink
Fixed pre-commit os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrepucci committed Jan 17, 2024
1 parent 944a627 commit 416c7c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/github_action_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ on:
jobs:
pre-commit:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -e {0} # -e to fail on error

strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-11]
python: ["3.9", "3.10"]

env:
OS: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down

0 comments on commit 416c7c2

Please sign in to comment.