Parcourir la source

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

tags/v0.6.6
Ben Kurtovic il y a 4 mois
Parent
révision
b997514125
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      .github/workflows/run-tests.yml

+ 2
- 2
.github/workflows/run-tests.yml Voir le fichier

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


Chargement…
Annuler
Enregistrer