Skip to content

Commit a028a06

Browse files
committed
No cache dir
Signed-off-by: Uilian Ries <[email protected]>
1 parent 415b2dd commit a028a06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/generate_env_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ esac
3939
pyenv activate conan
4040
python --version
4141
pip install --upgrade pip
42-
pip3 install --requirement .ci/requirements_linux.txt
42+
pip3 install --no-cache-dir --requirement .ci/requirements_linux.txt
4343
python .ci/last_conan_version.py

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ deps =
1010
conanprev: conan-unknown
1111
conanprevprev: conan-unknown
1212
coverage: coverage-enable-subprocess
13-
-r {toxinidir}/tests/requirements_test.txt
14-
13+
--no-cache-dir -r {toxinidir}/tests/requirements_test.txt
14+
1515

1616
setenv =
1717
PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)