Skip to content

Commit

Permalink
CI: Remove --coverage while testing
Browse files Browse the repository at this point in the history
seems useless and error out
  • Loading branch information
naveen521kk committed Oct 2, 2023
1 parent bb2b0e4 commit cfeecfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
pip install -U setuptools wheel
$env:PKG_CONFIG_PATH="C:\cibw\vendor\lib\pkgconfig"
pip install -r requirements-dev.txt
python setup.py build_ext -i --coverage
python setup.py build_ext -i
pytest
- name: Coverage
run: |
Expand All @@ -121,7 +121,7 @@ jobs:
$env:PATH="$env:PATH;C:\cibw\vendor\pkg-config\bin;C:\cibw\vendor\bin"
$env:PKG_CONFIG_PATH="C:\cibw\vendor\lib\pkgconfig"
pip install -r requirements-dev.txt
python setup.py build_ext -i --coverage
python setup.py build_ext -i
python setup.py sdist
python -m pip install dist/*
$env:PATH="C:\cibw\vendor\bin;$env:PATH"
Expand Down

0 comments on commit cfeecfb

Please sign in to comment.