1- name : Run tests
1+ name : Tests
22
33on :
44 push :
@@ -41,10 +41,10 @@ jobs:
4141 # install himalaya from source to get early testing
4242 pip install git+https://github.com/gallantlab/himalaya.git
4343 pip install -e ."[github]"
44- # # use neurodebian installer for travis
45- # bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
46- # sudo apt-get update -qq
47- # sudo apt-get install git-annex-standalone
44+ # use neurodebian installer for travis
45+ bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
46+ sudo apt-get update -qq
47+ sudo apt-get install git-annex-standalone
4848
4949 - name : Lint with flake8
5050 run : |
@@ -54,11 +54,11 @@ jobs:
5454 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
5555 flake8 . --count --exit-zero --ignore=E402,C901 --max-line-length=127 --statistics
5656
57- # - name: Config git-annex
58- # run: |
59- # # add some git config for git-annex
60- # git config --global user.email "[email protected] " 61- # git config --global user.name "Github Actions"
57+ - name : Config git-annex
58+ run : |
59+ # add some git config for git-annex
60+ git config --global user.email "[email protected] " 61+ git config --global user.name "Github Actions"
6262
6363 - name : Test with pytest
6464 run : |
7272 env_vars : OS,PYTHON
7373 fail_ci_if_error : true
7474 token : ${{ secrets.CODECOV_TOKEN }}
75- verbose : false
75+ verbose : false
76+
0 commit comments