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 fc24971 commit 59c7ddaCopy full SHA for 59c7dda
python/tools/prepare_test_environment.sh
@@ -4,6 +4,7 @@ set -e
4
set -x
5
6
# Install test rquirements
7
+pip cache purge
8
pip --no-cache-dir install -r python/tests/requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu
9
pip uninstall -y ctranslate2
10
0 commit comments