Skip to content

Commit

Permalink
drop non-JIT tests in vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Oct 21, 2021
1 parent ff548d6 commit ef68dac
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,6 @@ jobs:
run: |
python -m pytest --cov=lenskit --cov-report=xml --log-file=test.log -m 'not sweep'
- name: Non-JIT Test Coverage
if: runner.os == 'Linux' && matrix.python == 3.8
env:
NUMBA_DISABLE_JIT: 1
run: |
python -m pytest --cov=lenskit --cov-append -m 'not slow' --log-file=test-nojit.log
- name: Aggreagate Coverage Data
run: coverage xml

Expand All @@ -278,7 +271,6 @@ jobs:
test*.log
emissions.csv
mindep:
name: Minimal Supported Dependencies
runs-on: ubuntu-latest
Expand Down

0 comments on commit ef68dac

Please sign in to comment.