Skip to content

Commit

Permalink
Reduce intensity of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyshuttleworth committed Jul 1, 2024
1 parent a59a0f5 commit 8c79eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
python -m pip install -e .
python -m pytest --cov --cov-config=.coveragerc
- name: Run export with test data
timeout-minutes: 15
run: |
sudo apt-get install dvipng texlive-latex-extra texlive-fonts-recommended cm-super -y
pcpostprocess run_herg_qc tests/test_data/13112023_MW2_FF
pcpostprocess run_herg_qc tests/test_data/13112023_MW2_FF -w A01 A02 A03
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
Expand Down

0 comments on commit 8c79eb2

Please sign in to comment.