Skip to content

Commit

Permalink
Run Minconda install with bash
Browse files Browse the repository at this point in the history
The Minconda installer seems to expect that `[[` can be used in all sh
implementations, which is not necessarily the case (there are some
discussions around this issue e.g. in
conda/conda#10431).

To attempt to work around this, we run the installer with bash instead.
  • Loading branch information
gmarkall committed Jan 16, 2023
1 parent ed0f625 commit bc1b643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/incremental/install_miniconda.sh
Expand Up @@ -10,4 +10,4 @@ else
echo Error
fi
chmod +x miniconda.sh
./miniconda.sh -b
bash ./miniconda.sh

0 comments on commit bc1b643

Please sign in to comment.