Skip to content

Commit 876731e

Browse files
authored
Install SR deps in ci-template.yml
1 parent 1314160 commit 876731e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pytest/ci-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- source ~/.bashrc
88
- if [ $EXAMPLEMODEL == 1 ]; then git submodule init; git submodule update; fi
99
- conda activate hls4ml-testing
10-
- pip install .[profiling]
10+
- pip install .[profiling,sr]
1111
script:
1212
- cd test/pytest
1313
- pytest $PYTESTFILE -rA --cov-report xml --cov-report term --cov=hls4ml --junitxml=report.xml --randomly-seed=42 --randomly-dont-reorganize --randomly-dont-reset-seed

0 commit comments

Comments
 (0)