Skip to content

Commit e98ca17

Browse files
committed
circleci install deno
1 parent aa5ddd1 commit e98ca17

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ jobs:
3131
source activate cubids
3232
conda install -c conda-forge -y datalad
3333
34-
# Add nodejs and the validator
35-
conda install nodejs
36-
npm install -g yarn && \
37-
npm install -g [email protected]
34+
# Add deno to run the schema validator
35+
conda install deno
3836
3937
# Install CuBIDS
4038
pip install -e .[tests]

0 commit comments

Comments
 (0)