diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index ab90a23..5f4e6d3 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -73,7 +73,7 @@ jobs: pip install .[build] - name: Run unit tests run: | - pytest --cov --cov-report=xml -junitxml=junit.xml -o junit_family=legacy tests.py + pytest --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy tests.py - name: Test sample DMARC reports run: | pip install -e .