Skip to content

Commit b956d26

Browse files
committed
Merge branch '19-bpm-jpeg_quality-control' into 'master'
Resolve "bpm jpeg_quality control" Closes esrf-bliss#19 See merge request limagroup/Lima-tango-python!43
2 parents 7ceba46 + 6a2439b commit b956d26

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages:
55
build-noarch:
66
stage: build
77
script:
8-
- conda build ./conda --prefix-length=80 --output-folder=dist/ -c tango-controls --channel=http://bcu-ci.esrf.fr/stable
8+
- conda build ./conda --prefix-length=80 --output-folder=dist/ -c tango-controls --channel=http://bcu-ci.esrf.fr/stable -c conda-forge
99
artifacts:
1010
paths:
1111
- dist/

conda/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ requirements:
1818
run:
1919
- pytango
2020
- pillow # Required by the Bpm plugin
21+
- libjpeg-turbo # Required by the Bpm plugin
2122

2223
about:
2324
home: https://github.com/esrf-bliss/Lima

0 commit comments

Comments
 (0)