Skip to content

Commit 9408100

Browse files
committed
Fix indentation in CI YAML file.
1 parent e9d745b commit 9408100

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/devel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
platform:
1818
- { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
1919
- { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
20-
exclude:
20+
exclude:
2121
# Exclude all but the latest Python from all
2222
# but Linux
2323
- platform:

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
platform:
2121
- { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
2222
- { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
23+
exclude:
24+
- platform:
25+
{ name: "macos", os: "macos-latest", shell: "bash -l {0}" }
26+
python-version: "3.12" # MacOS can't run 3.12 yet... We want 3.10 and 3.11
2327
environment:
2428
name: loch-build
2529
defaults:

0 commit comments

Comments
 (0)