瀏覽代碼

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


Loading…
取消
儲存