Skip to content

Commit b763890

Browse files
authored
Fix indentation in Python workflow configuration
1 parent 894bf70 commit b763890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
include:
2424
- os: windows-11-arm
2525
python: 3.x
26-
runs-on: ${{ matrix.os }}
26+
runs-on: ${{ matrix.os }}
2727
steps:
2828
- uses: actions/checkout@v4.2.2
2929
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)