Skip to content

Commit 1eeead4

Browse files
committed
Fix indentation
1 parent 92aec37 commit 1eeead4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
# "3.12-dev"
108108
]
109109
os: ["ubuntu-latest", "macos-latest"]
110-
exclude:
111-
- os: "macos-latest"
112-
python-version: "3.7"
110+
exclude:
111+
- os: "macos-latest"
112+
python-version: "3.7"
113113

114114
steps:
115115
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)