소스 검색

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

pull/25/head
Jérôme Deuchnord 3 년 전
부모
커밋
d845199a24
No known key found for this signature in database 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



불러오는 중...
취소
저장