diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6c91a39..866853e 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -36,7 +36,6 @@ jobs: run: | python -m pip install -e . python -m pytest --cov --cov-config=.coveragerc - python3 scripts/run_herg_qc.py tests/test_data/13112023_MW2_FF -w A01 --export_failed - uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos