Skip to content

Commit

Permalink
this works
Browse files Browse the repository at this point in the history
  • Loading branch information
paskino committed May 15, 2024
1 parent 711ce31 commit 1b88642
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/user_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ if [ "$PYTHON" = "miniconda" ]; then
# do not install CIL from conda if BUILD_CIL is set
if test "${BUILD_CIL:-0}" != 0; then
# delete CIL package from the environment file
echo "Deleting CIL from the environment file BUILD_CIL is set to >${BUILD_CIL}<"
sed -r -i -e '/^\s*- (cil).*/d' environment-sirf.yml
cat environment-sirf.yml
else
echo "Not deleting CIL from the environment file BUILD_CIL is set to >${BUILD_CIL}<"
fi
conda env update --file environment-sirf.yml -v
else
Expand Down

0 comments on commit 1b88642

Please sign in to comment.