File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,8 @@ jobs:
183
183
test "${INSTALLED_VERSION}" = "${THISVERSION}"
184
184
- name : Install test dependencies
185
185
run : python -m pip install "niworkflows[tests]"
186
+ - name : Set TEST_DATA_HOME
187
+ run : echo "TEST_DATA_HOME=$HOME/.cache/stanford-crn" >> $GITHUB_ENV
186
188
- name : Run tests
187
189
run : pytest -sv --doctest-modules -n auto --cov niworkflows niworkflows
188
190
- uses : codecov/codecov-action@v3
@@ -243,6 +245,8 @@ jobs:
243
245
test "${INSTALLED_VERSION}" = "${THISVERSION}"
244
246
- name : Install test dependencies
245
247
run : python -m pip install $PIP_FLAGS "niworkflows[tests]"
248
+ - name : Set TEST_DATA_HOME
249
+ run : echo "TEST_DATA_HOME=$HOME/.cache/stanford-crn" >> $GITHUB_ENV
246
250
- name : Run tests
247
251
run : pytest -sv --doctest-modules -n auto --cov niworkflows niworkflows
248
252
- uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments