Parcourir la source

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

pull/25/head
Jérôme Deuchnord il y a 3 ans
Parent
révision
d845199a24
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 9F72B1EF93EDE1D4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      .github/workflows/tests.yml

+ 2
- 2
.github/workflows/tests.yml Voir le fichier

@@ -108,8 +108,8 @@ jobs:
run: |
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: |
make doctests



Chargement…
Annuler
Enregistrer