Skip to content

Commit

Permalink
See if this fixes CI for Windows+Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
metatoaster committed Oct 28, 2023
1 parent d48714f commit ee117ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ jobs:
run: |
python -OO -m unittest calmjs.parse.tests.make_suite
coverage run --include=src/* -m unittest calmjs.parse.tests.make_suite
# Python 3.12 on Windows resulted in MemoryError here, so optional.
- name: Coverage report
run: |
coverage report -m
continue-on-error: true
- name: Coveralls
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '2.7' && matrix.python-version != 'pypy2' }}
env:
Expand Down

0 comments on commit ee117ad

Please sign in to comment.