File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,11 +109,10 @@ EOF
109109
110110- [ ] Create a virtualenv test environment and test packages install:
111111 - [ ] ` mkdir -p /tmp/brainvisa-x.y/testenv && python3 -m venv /tmp/brainvisa-x.y/testenv `
112- - [ ] ` /tmp/brainvisa-x.y/testenv/bin/python -m pip install setuptools numpy # Because setuptools and numpy are missing on https://test.pypi.org `
113112 - [ ] ` /tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ soma-workflow `
114- - [ ] ` /tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ soma-base `
115- - [ ] ` /tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ populse-db `
116- - [ ] ` /tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ capsul `
113+ - [ ] ` /tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple soma-base `
114+ - [ ] ` /tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple populse-db `
115+ - [ ] ` /tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple capsul `
117116
118117- [ ] Publish them to ` pypi.org `
119118 - [ ] ` ./soma-env-x.y/bin/bv python -m twine upload ./soma-env-x.y/src/soma/soma-workflow/dist/* `
You can’t perform that action at this time.
0 commit comments