瀏覽代碼

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

pull/25/head
Jérôme Deuchnord 2 年之前
父節點
當前提交
d845199a24
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 9F72B1EF93EDE1D4
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      .github/workflows/tests.yml

+ 2
- 2
.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



Loading…
取消
儲存