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 a357b7a commit ac4f8c4Copy full SHA for ac4f8c4
test/pytest/ci-template.yml
@@ -1,10 +1,11 @@
1
.pytest:
2
stage: test
3
- image: gitlab-registry.cern.ch/fastmachinelearning/hls4ml-testing:0.4.base
+ image: gitlab-registry.cern.ch/fastmachinelearning/hls4ml-testing:0.5.4.base
4
tags:
5
- k8s-default
6
before_script:
7
- source ~/.bashrc
8
+ - git config --global --add safe.directory /builds/fastmachinelearning/hls4ml
9
- git submodule update --init --recursive hls4ml/templates/catapult/
10
- if [ $EXAMPLEMODEL == 1 ]; then git submodule update --init example-models; fi
11
- conda activate hls4ml-testing
0 commit comments