Minor fix.

This commit is contained in:
Zied Aouini 2021-04-17 00:24:35 +02:00
parent 4ef90481d2
commit ffc447bfa8

View file

@ -98,7 +98,7 @@ jobs:
run: |
ls dist/
- name: Testing and coverage report generation
# if: startsWith(matrix.os, 'ubuntu') # Disable temporary coverage on MACOS
if: startsWith(matrix.os, 'ubuntu') # Disable on MACOS
run: |
python -m coverage run tests.py
python -m coverage combine