Skip to content

Commit

Permalink
Remove numba_coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Sep 3, 2024
1 parent f259dc1 commit 1e291da
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,3 @@ jobs:
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

numba_coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Choose Python version 3.12'
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: install the package
run: python3 -m pip install uv && uv pip install --system .[test]
- name: run pytest
run: NUMBA_DISABLE_JIT=1 pytest --cov=libertem_schema --cov-report=xml --cov-report=term tests/
- name: submit code coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1e291da

Please sign in to comment.