We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d00c1e commit db7f0d3Copy full SHA for db7f0d3
1 file changed
.github/ISSUE_TEMPLATE/release-check-list.md
@@ -108,7 +108,7 @@ EOF
108
- [ ] `./soma-env-x.y/bin/bv python -m twine upload --repository testpypi ./soma-env-x.y/src/capsul/dist/*`
109
110
- [ ] Create a virtualenv test environment and test packages install:
111
- - [ ] `mkdir -p /tmp/brainvisa-x.y/testenv && python -m venv /tmp/brainvisa-x.y/testenv`
+ - [ ] `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 --index-url https://test.pypi.org/simple/ soma-workflow`
113
- [ ] `/tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ soma-base`
114
- [ ] `/tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ populse-db`
0 commit comments