mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-10 10:41:53 +02:00
ci: moved dependency to ci pipeline; not needed for dev
This commit is contained in:
@ -6,6 +6,7 @@ image: $CI_DOCKER_REGISTRY/python:3.9
|
||||
#commands to run in the Docker container before starting each job.
|
||||
before_script:
|
||||
- pip install -e .[dev]
|
||||
- pip install bec-device-server
|
||||
|
||||
# different stages in the pipeline
|
||||
stages:
|
||||
|
Reference in New Issue
Block a user