1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-09 18:27:52 +01:00
This commit is contained in:
2024-07-24 18:42:54 +02:00
parent 5e8679d608
commit 999069dbb1

View File

@@ -167,6 +167,7 @@ test-matrix:
QT_PCKG: ""
image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:$PYTHON_VERSION
script:
- echo /tmp/core > /proc/sys/kernel/core_pattern
- *clone-repos
- *install-os-packages
- pip install -e ./bec/bec_lib[dev]
@@ -178,7 +179,7 @@ test-matrix:
# upload core dumps
when: on_failure
paths:
- /usr/lib/systemd/systemd-coredump/*
- /tmp/core
expire_in: 1 week
end-2-end-conda: