Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Aug 2, 2024
1 parent dc5c734 commit 7075172
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ permissions:
jobs:
test-python:
runs-on: macos-14
steps:
- shell: bash
run: |
pip install pygithub
python3 -c 'import github'
steps:
- shell: bash
run: |
pip install pygithub
python3 -c 'import github'

0 comments on commit 7075172

Please sign in to comment.