We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bcee8 commit 375f574Copy full SHA for 375f574
tools/distribution/test_dist.sh
@@ -82,9 +82,6 @@ enable_py_version() {
82
readonly version
83
# Set current Python version via environment variable.
84
pyenv shell "${version}"
85
- # Update environment.
86
- python3 -m pip install --require-hashes -r \
87
- "${TINK_PYTHON_ROOT_PATH}/tools/distribution/requirements.txt"
88
}
89
90
is_sdist() {
@@ -108,6 +105,9 @@ main() {
108
105
| sed 's/cp3/3./')"
109
106
enable_py_version "${python_version}"
110
107
fi
+ # Update environment.
+ python3 -m pip install --require-hashes -r \
+ "${TINK_PYTHON_ROOT_PATH}/tools/distribution/requirements.txt"
111
install_dist_and_run_tests "${dist}"
112
done
113
0 commit comments