Skip to content

Commit db7f0d3

Browse files
authored
Update release-check-list.md
1 parent 8d00c1e commit db7f0d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ISSUE_TEMPLATE/release-check-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ EOF
108108
- [ ] `./soma-env-x.y/bin/bv python -m twine upload --repository testpypi ./soma-env-x.y/src/capsul/dist/*`
109109

110110
- [ ] 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`
111+
- [ ] `mkdir -p /tmp/brainvisa-x.y/testenv && python3 -m venv /tmp/brainvisa-x.y/testenv`
112112
- [ ] `/tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ soma-workflow`
113113
- [ ] `/tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ soma-base`
114114
- [ ] `/tmp/brainvisa-x.y/testenv/bin/python -m pip install --index-url https://test.pypi.org/simple/ populse-db`

0 commit comments

Comments
 (0)