Skip to content

Commit

Permalink
Remove pip latex, fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyshuttleworth committed Jun 28, 2024
1 parent bf4ee78 commit 69814ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
python -m pytest --cov --cov-config=.coveragerc
- name: Run export with test data
run: |
sudo apt install texlive-fonts-recommended texlive-fonts-extra -y
sudo apt install dvipng -y
python3 scripts/run_herg_qc.py tests/test_data/13112023_MW2_FF
- uses: codecov/codecov-action@v1
with:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
install_requires=[
'scipy>=1.7',
'numpy>=1.21',
'latex>=0.7',
'matplotlib>=3.4',
'pandas>=1.3',
'regex>=2023.12.25',
Expand Down

0 comments on commit 69814ae

Please sign in to comment.