Skip to content

Commit 7075172

Browse files
committed
Fix
1 parent dc5c734 commit 7075172

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ permissions:
1111
jobs:
1212
test-python:
1313
runs-on: macos-14
14-
steps:
15-
- shell: bash
16-
run: |
17-
pip install pygithub
18-
python3 -c 'import github'
14+
steps:
15+
- shell: bash
16+
run: |
17+
pip install pygithub
18+
python3 -c 'import github'

0 commit comments

Comments
 (0)