Skip to content
Snippets Groups Projects
Commit 239d0758 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Fix: Don't use cached packages

parent d31c104b
No related branches found
No related tags found
2 merge requests!6Run tests in multiple Python versions,!50.1.14
Pipeline #1872 failed
......@@ -114,7 +114,7 @@ deps-python-dev: FORCE
deps-python: FORCE
@echo "\n${GREEN}*** Installing Python dependencies ***${NC}\n"
@pip install -r requirements.pip --upgrade
@pip install --no-cache-dir -r requirements.pip --upgrade
#-------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment