Skip to content

Commit

Permalink
Skip codecov on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Aug 11, 2024
1 parent fd3a041 commit fcf30d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{matrix.python-version}}
- run: |
Expand All @@ -22,6 +22,7 @@ jobs:
run: make lint
- run: make test
- uses: codecov/codecov-action@v3
if: ${{matrix.python-version == '3.12' && matrix.os == 'ubuntu-24.04'}}
black:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit fcf30d9

Please sign in to comment.