Skip to content

Commit b48f04c

Browse files
committed
Use process expansion
1 parent bff8900 commit b48f04c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/github-actions/install-R.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ which python conda
4747

4848
() {
4949
set -x
50-
conda install --yes --quiet -c conda-forge -c swift-t $PKG
50+
# Use =conda to prevent conda() and 'set -eux'
51+
=conda install --yes --quiet -c conda-forge -c swift-t $PKG
5152
rehash
5253
echo $PATH
5354

0 commit comments

Comments
 (0)