Kaynağa Gözat

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

tags/v0.6.6
Ben Kurtovic 4 ay önce
ebeveyn
işleme
b997514125
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      .github/workflows/run-tests.yml

+ 2
- 2
.github/workflows/run-tests.yml Dosyayı Görüntüle

@@ -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


Yükleniyor…
İptal
Kaydet