Skip to content

Commit

Permalink
test: install Ghostscript in nightly tests (#253)
Browse files Browse the repository at this point in the history
* install Ghostscript in nightly tests for figure comparisons
  • Loading branch information
alexander-held authored Aug 10, 2021
1 parent 12b4af9 commit 8b93c98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dependencies-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python -m pip uninstall --yes pyhf
python -m pip install --upgrade --no-cache-dir git+git://github.com/scikit-hep/pyhf.git
python -m pip list
sudo apt-get install ghostscript # for pdf comparison
- name: Test with pytest
run: |
python -m pytest -r sx
Expand All @@ -53,6 +54,7 @@ jobs:
python -m pip uninstall --yes awkward
python -m pip install --upgrade --no-cache-dir git+git://github.com/scikit-hep/awkward-1.0.git
python -m pip list
sudo apt-get install ghostscript # for pdf comparison
- name: Test with pytest
run: |
python -m pytest -r sx
Expand All @@ -78,6 +80,7 @@ jobs:
python -m pip uninstall --yes uproot
python -m pip install --upgrade --no-cache-dir git+git://github.com/scikit-hep/uproot4.git
python -m pip list
sudo apt-get install ghostscript # for pdf comparison
- name: Test with pytest
run: |
python -m pytest -r sx
Expand All @@ -104,6 +107,7 @@ jobs:
python -m pip install --upgrade --no-cache-dir cython
python -m pip install --upgrade --no-cache-dir git+git://github.com/scikit-hep/iminuit.git
python -m pip list
sudo apt-get install ghostscript # for pdf comparison
- name: Test with pytest
run: |
python -m pytest -r sx
Expand All @@ -129,6 +133,7 @@ jobs:
python -m pip uninstall --yes boost-histogram
python -m pip install --upgrade --no-cache-dir git+git://github.com/scikit-hep/boost-histogram.git
python -m pip list
sudo apt-get install ghostscript # for pdf comparison
- name: Test with pytest
run: |
python -m pytest -r sx

0 comments on commit 8b93c98

Please # to comment.