Kaynağa Gözat
ci: fix doctests not running correctly on some OS and Python versions
pull/25/head
ebeveyn
işleme
d845199a24
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 9F72B1EF93EDE1D4
1 değiştirilmiş dosya ile
2 ekleme ve
2 silme
-
.github/workflows/tests.yml
|
|
@@ -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 |
|
|
|
|
|
|
|