Skip to content

Commit 04eeaef

Browse files
committed
CI: Install make
1 parent f67137f commit 04eeaef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
if [ "$CIRCLE_TAG" != "" ]; then
5252
sed -i -E "s/(__version__ = )'[A-Za-z0-9.-]+'/\1'$CIRCLE_TAG'/" nipype/info.py
5353
fi
54+
- run:
55+
name: Install make
56+
command: apk update && apk add make
5457
- run:
5558
name: Generate Dockerfiles
5659
command: |

0 commit comments

Comments
 (0)