File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
21
21
steps :
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v4
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v3
27
27
with :
28
28
fetch-depth : 0
29
29
- name : Build in confined, updated environment and interpolate version
89
89
if : " !contains(github.event.head_commit.message, '[skip ci]')"
90
90
runs-on : ubuntu-latest
91
91
steps :
92
- - uses : actions/checkout@v2
92
+ - uses : actions/checkout@v3
93
93
- name : Set up Python 3.7
94
- uses : actions/setup-python@v1
94
+ uses : actions/setup-python@v4
95
95
with :
96
96
python-version : 3.7
97
97
- run : pip install flake8
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
git config --global user.name 'NiPreps Bot'
20
20
git config --global user.email '[email protected] '
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v4
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
- - uses : actions/cache@v2
25
+ - uses : actions/cache@v3
26
26
id : conda
27
27
with :
28
28
path : |
36
36
$CONDA/bin/conda install -c conda-forge git-annex datalad pip codecov pytest
37
37
$CONDA/bin/python -m pip install datalad-osf
38
38
39
- - uses : actions/cache@v2
39
+ - uses : actions/cache@v3
40
40
with :
41
41
path : ${{ env.TEST_DATA_HOME }}
42
42
key : data-cache-v2
53
53
$CONDA/bin/datalad update --merge -d nitransforms-tests/
54
54
$CONDA/bin/datalad get -d nitransforms-tests/
55
55
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v3
57
57
- name : Install minimal dependencies
58
58
run : |
59
59
$CONDA/bin/pip install .[tests]
You can’t perform that action at this time.
0 commit comments