Skip to content

Commit

Permalink
chore: 🔧 codecov os
Browse files Browse the repository at this point in the history
  • Loading branch information
noshita committed Aug 18, 2023
1 parent fb6156b commit 785d6c7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, [self-hosted, macOS]]
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: ["3.10", "3.11"]
exclude:
- os: [self-hosted, macOS]
python-version: "3.10"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -21,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ruff pytest pytest-cov codecov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
pip install -e .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 785d6c7

Please sign in to comment.