mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
ci: fix ci syntax for package-dep-job
This commit is contained in:
@ -12,6 +12,9 @@ variables:
|
|||||||
description: ophyd_devices branch
|
description: ophyd_devices branch
|
||||||
value: main
|
value: main
|
||||||
CHILD_PIPELINE_BRANCH: $CI_DEFAULT_BRANCH
|
CHILD_PIPELINE_BRANCH: $CI_DEFAULT_BRANCH
|
||||||
|
CHECK_PKG_VERSIONS:
|
||||||
|
description: Whether to run additional tests against min/max/random selection of dependencies. Set to 1 for running.
|
||||||
|
value: 0
|
||||||
|
|
||||||
workflow:
|
workflow:
|
||||||
rules:
|
rules:
|
||||||
@ -31,8 +34,9 @@ include:
|
|||||||
inputs:
|
inputs:
|
||||||
stage: test
|
stage: test
|
||||||
path: "."
|
path: "."
|
||||||
pytest_args: "-v --random-order tests/"
|
pytest_args: "-v,--random-order,tests/unit_tests"
|
||||||
exclude_packages: ""
|
ignore_dep_group: "pyqt6"
|
||||||
|
pip_args: ".[dev,pyside6]"
|
||||||
|
|
||||||
# different stages in the pipeline
|
# different stages in the pipeline
|
||||||
stages:
|
stages:
|
||||||
|
Reference in New Issue
Block a user