Skip to content

Commit 46ec22b

Browse files
authored
Merge pull request #1005 from fastmachinelearning/bump-pytest-image
Update pytest docker image to 0.5.4
2 parents a357b7a + bf025e3 commit 46ec22b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/pytest/ci-template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
.pytest:
22
stage: test
3-
image: gitlab-registry.cern.ch/fastmachinelearning/hls4ml-testing:0.4.base
3+
image: gitlab-registry.cern.ch/fastmachinelearning/hls4ml-testing:0.5.5.base
44
tags:
55
- k8s-default
66
before_script:
77
- source ~/.bashrc
8+
- git config --global --add safe.directory /builds/fastmachinelearning/hls4ml
89
- git submodule update --init --recursive hls4ml/templates/catapult/
910
- if [ $EXAMPLEMODEL == 1 ]; then git submodule update --init example-models; fi
1011
- conda activate hls4ml-testing

0 commit comments

Comments
 (0)