Explorar el Código

ci: fix doctests not running correctly on some OS and Python versions

pull/25/head
Jérôme Deuchnord hace 3 años
padre
commit
d845199a24
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 9F72B1EF93EDE1D4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .github/workflows/tests.yml

+ 2
- 2
.github/workflows/tests.yml Ver fichero

@@ -108,8 +108,8 @@ jobs:
run: | run: |
make coverage-doctests make coverage-doctests


- name: Run doc tests
if: ${{ matrix.os != 'ubuntu-20.04' && matrix.python_version != '3.9' }}
- name: Run doc tests (without coverage)
if: ${{ matrix.os != 'ubuntu-20.04' || matrix.python_version != '3.9' }}
run: | run: |
make doctests make doctests




Cargando…
Cancelar
Guardar