Skip to content

Commit 6a2439b

Browse files
author
Laurent Claustre
committed
need conda-forge channel to get libjpeg-turbo
1 parent 23093e8 commit 6a2439b

1 file changed

Lines changed: 1 addition & 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/

0 commit comments

Comments
 (0)