File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 46
46
- run :
47
47
name : Install test data from GIN
48
48
command : |
49
- export PATH=/opt/circleci/.pyenv/versions/3.12.2/bin/:/opt/circleci/git-annex.linux:$PATH
49
+ export PATH=/opt/circleci/git-annex.linux:$PATH
50
+ pyenv local 3
51
+ eval "$(pyenv init --path)"
50
52
mkdir -p /tmp/data
51
53
cd /tmp/data
52
54
datalad install -r https://gin.g-node.org/oesteban/nitransforms-tests
@@ -129,7 +131,7 @@ jobs:
129
131
echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tXG41MTcyXG4gKkN2dW12RVYzelRmZ1xuRlM1Si8yYzFhZ2c0RVxuIiA+IGxpY2Vuc2UudHh0Cg==" | base64 -d | sh
130
132
- run :
131
133
name : Get codecov
132
- command : python -m pip install codecov
134
+ command : python3 -m pip install codecov
133
135
- run :
134
136
name : Run unit tests
135
137
no_output_timeout : 2h
@@ -147,7 +149,7 @@ jobs:
147
149
name : Submit unit test coverage
148
150
command : |
149
151
cd /tmp/src/nitransforms
150
- python -m codecov --file /tmp/tests/summaries/unittests.xml \
152
+ python3 -m codecov --file /tmp/tests/summaries/unittests.xml \
151
153
--flags unittests -e CIRCLE_JOB
152
154
- run :
153
155
name : Clean up tests directory
@@ -176,7 +178,7 @@ jobs:
176
178
source /tmp/buildenv/bin/activate
177
179
python3 -m pip install "setuptools >= 45.0" wheel "setuptools_scm[toml] >= 6.2" \
178
180
"pip>=10.0.1" twine docutils
179
- python setup.py sdist bdist_wheel
181
+ python3 -m build
180
182
twine check dist/nitransforms*
181
183
- store_artifacts :
182
184
path : /tmp/src/nitransforms/dist
You can’t perform that action at this time.
0 commit comments