Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 9F72B1EF93EDE1D4
1 ha cambiato i file con
2 aggiunte e
2 eliminazioni
-
.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 |
|
|
|
|
|
|
|