We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b785c commit 06f85bdCopy full SHA for 06f85bd
1 file changed
.github/ISSUE_TEMPLATE/release-check-list.md
@@ -109,6 +109,7 @@ EOF
109
110
- [ ] Create a virtualenv test environment and test packages install:
111
- [ ] `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`
113
- [ ] `/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`
0 commit comments