Ver a proveniência

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

tags/v0.6.6
Ben Kurtovic há 4 meses
ascendente
cometimento
b997514125
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      .github/workflows/run-tests.yml

+ 2
- 2
.github/workflows/run-tests.yml Ver ficheiro

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


Carregando…
Cancelar
Guardar