Skip to content

Commit

Permalink
Fix indentation again
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 9, 2024
1 parent 67ebbfc commit cbfb322
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
is_main_or_release:
- ${{ contains(github.ref, 'main') || startsWith(github.ref, 'refs/tags')}}
exclude:
- is_main_or_release: false
os: "macos-13"
- is_main_or_release: false
python-version: "3.10"
- is_main_or_release: false
python-version: "3.12"
exclude:
- is_main_or_release: false
os: "macos-13"
- is_main_or_release: false
python-version: "3.10"
- is_main_or_release: false
python-version: "3.12"

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit cbfb322

Please sign in to comment.