Skip to content

Commit d919057

Browse files
committed
Install git-annex for datalad
1 parent 061bc98 commit d919057

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.github/workflows/run_tests.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run tests
1+
name: Tests
22

33
on:
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: |
@@ -72,4 +72,5 @@ jobs:
7272
env_vars: OS,PYTHON
7373
fail_ci_if_error: true
7474
token: ${{ secrets.CODECOV_TOKEN }}
75-
verbose: false
75+
verbose: false
76+

.github/workflows/run_tutorials.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run tutorials
1+
name: Tutorials
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
run-tests:
10+
run-tutorials:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:

0 commit comments

Comments
 (0)