fix: add --no-datalad-get for bids-mriqc invocation (current and futu… #2148
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Additional tests | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: '30 01 * * *' | |
jobs: | |
tests: | |
runs-on: ubuntu-20.04 | |
strategy: | |
fail-fast: false | |
steps: | |
- name: Set up system | |
shell: bash | |
run: | | |
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh) | |
sudo apt-get update -qq | |
sudo apt-get install eatmydata | |
sudo eatmydata apt-get install singularity-container gnupg moreutils strace | |
sudo eatmydata apt-get install datalad datalad-container | |
git config --global user.email "[email protected]" | |
git config --global user.name "CI Almighty" | |
- name: Checkout this repository | |
uses: actions/checkout@v4 | |
- name: Test example in the README.md | |
run: scripts/run-README-example |