소스 검색

run-tests: with-extension env var must be set when building project

tags/v0.6.6
Ben Kurtovic 4 달 전
부모
커밋
b997514125
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .github/workflows/run-tests.yml

+ 2
- 2
.github/workflows/run-tests.yml 파일 보기

@@ -20,12 +20,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
env:
WITHOUT_EXTENSION: ${{ matrix.with-extension }}
run: |
python -m pip install --upgrade pip wheel setuptools coveralls pytest
python setup.py develop
- name: Run tests
env:
WITHOUT_EXTENSION: ${{ matrix.with-extension }}
run: |
coverage run --source=mwparserfromhell -m pytest
- name: Submit to coveralls


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