Skip to content

Commit

Permalink
add apt-get update to the style test
Browse files Browse the repository at this point in the history
  • Loading branch information
vinferrer committed Oct 26, 2021
1 parent d7f0f2f commit fcabaf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Style_check_task:
populate_script:
- source activate $PWD/conda-env
Lintin_script:
- apt-get update
- apt-get install -y build-essential
- source activate $PWD/conda-env
- make lint
Expand All @@ -103,6 +104,7 @@ Build_docs_task:
populate_script:
- source activate $PWD/conda-env
Build_documentation_script:
- apt-get update
- apt-get install -y build-essential tar
- source activate $PWD/conda-env
- make -C docs html
Expand All @@ -123,6 +125,7 @@ Bids_validate_task:
populate_script:
- source activate $PWD/conda-env
Generate_enviroment_script:
- apt-get update
- apt-get install -yqq wget curl tree
- curl -sL https://deb.nodesource.com/setup_15.x | bash -
- apt-get install -yqq nodejs
Expand Down

0 comments on commit fcabaf1

Please sign in to comment.