We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1314160 commit 876731eCopy full SHA for 876731e
test/pytest/ci-template.yml
@@ -7,7 +7,7 @@
7
- source ~/.bashrc
8
- if [ $EXAMPLEMODEL == 1 ]; then git submodule init; git submodule update; fi
9
- conda activate hls4ml-testing
10
- - pip install .[profiling]
+ - pip install .[profiling,sr]
11
script:
12
- cd test/pytest
13
- 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