Skip to content

Commit

Permalink
run-tests: with-extension env var must be set when building project
Browse files Browse the repository at this point in the history
  • Loading branch information
earwig committed Jan 4, 2024
1 parent fed08e0 commit b997514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -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
Expand Down

0 comments on commit b997514

Please sign in to comment.