Skip to content

Commit fca4011

Browse files
1 parent 30a9b30 commit fca4011

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,27 @@ jobs:
5050
file: ./coverage.xml
5151
flags: unittests
5252

53+
test-ROOT-6_20-Py-3_7:
54+
55+
runs-on: ubuntu-latest
56+
container: pyhf/pyhf-validation-root-base:root6.20.00-python3.7
57+
58+
steps:
59+
- uses: actions/checkout@master
60+
- name: Install utilities
61+
run: |
62+
apt-get -qq -y update
63+
apt-get -qq -y install git
64+
git init .
65+
- name: Install dependencies
66+
run: |
67+
python -m pip install --upgrade --no-cache-dir pip setuptools wheel
68+
python -m pip install -q --no-cache-dir -e .[complete]
69+
python -m pip list
70+
- name: Test with pytest
71+
run: |
72+
python -m pytest -r sx tests
73+
5374
docker:
5475

5576
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)