We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a19b1c4 + 4a131b3 commit 81ad07bCopy full SHA for 81ad07b
.circleci/config.yml
@@ -47,7 +47,6 @@ jobs:
47
steps:
48
- run: apk --no-cache add ca-certificates git openssh-client
49
- checkout
50
- - run: apk --no-cache add ca-certificates
51
- restore_cache:
52
keys:
53
- npm-deps-{{ checksum "package.json" }}
@@ -68,7 +67,7 @@ jobs:
68
67
69
- run:
70
name: Set up environment
71
- command: apk --no-cache add ca-certificates git build-base libffi-dev libressl-dev
+ command: apk --no-cache add build-base libffi-dev libressl-dev
72
73
name: Install Python 3 and build tools
74
command: apk --no-cache add python3 python3-dev
bids-validator/package.json
@@ -62,4 +62,4 @@
62
"fs": false,
63
"child_process": false
64
}
65
-}
+}
0 commit comments