Skip to content

Commit

Permalink
move strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Sep 10, 2024
1 parent ff766a9 commit fd6fe20
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ on:
pull_request:
branches: ["*"]

strategy:
fail-fast: false
matrix:
python-version: ["py310", "py311", "py312"]

jobs:
strategy:
matrix:
python-version: ["py310", "py311", "py312"]

doctest:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fd6fe20

Please sign in to comment.