Skip to content

Commit

Permalink
circleci install deno
Browse files Browse the repository at this point in the history
  • Loading branch information
tientong98 committed Nov 18, 2024
1 parent aa5ddd1 commit e98ca17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
source activate cubids
conda install -c conda-forge -y datalad
# Add nodejs and the validator
conda install nodejs
npm install -g yarn && \
npm install -g [email protected]
# Add deno to run the schema validator
conda install deno
# Install CuBIDS
pip install -e .[tests]
Expand Down

0 comments on commit e98ca17

Please sign in to comment.