File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packaging/docker/khiopspydev Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN true \
7878 do \
7979 $CONDA create -y -n $CONDA_ENV python=${version}; \
8080 done; \
81- $CONDA install -y -n py${version}_conda -c khiops-dev khiops-core=$(echo ${KHIOPS_REVISION} | tr -d "-") ; \
81+ $CONDA install -y -n py${version}_conda khiops-core=$(echo ${KHIOPS_REVISION} | tr -d "-") ; \
8282 done' \
8383 && true
8484
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN true \
5252 $CONDA create -y -n $CONDA_ENV python=${version}; \
5353 done; \
5454 # khiops core \
55- $CONDA install -y -n py${version}_conda -c khiops-dev khiops-core=$(echo ${KHIOPS_REVISION} | tr -d "-") ; \
55+ $CONDA install -y -n py${version}_conda khiops-core=$(echo ${KHIOPS_REVISION} | tr -d "-") ; \
5656 # remote files drivers installed in the conda environment \
5757 $CONDA install -y -n py${version}_conda -c khiops \
5858 khiops-driver-s3=${KHIOPS_S3_DRIVER_REVISION} \
You can’t perform that action at this time.
0 commit comments