Re: [PATCH 1/8] Acceptance Jobs: preserve the cache for pip on GitLab CI

2021-04-16 Thread Cleber Rosa
On Fri, Apr 16, 2021 at 05:56:10AM +0200, Thomas Huth wrote: > On 15/04/2021 23.51, Cleber Rosa wrote: > > The acceptance jobs (via `make check-venv`) will setup a virtual > > environment, and after that install packages defined in > > tests/requirements.txt via pip. > > > > Let's enable pip's

Re: [PATCH 1/8] Acceptance Jobs: preserve the cache for pip on GitLab CI

2021-04-15 Thread Thomas Huth
On 15/04/2021 23.51, Cleber Rosa wrote: The acceptance jobs (via `make check-venv`) will setup a virtual environment, and after that install packages defined in tests/requirements.txt via pip. Let's enable pip's default cache directory, so that we can save a bit on time/bandwidth.

[PATCH 1/8] Acceptance Jobs: preserve the cache for pip on GitLab CI

2021-04-15 Thread Cleber Rosa
The acceptance jobs (via `make check-venv`) will setup a virtual environment, and after that install packages defined in tests/requirements.txt via pip. Let's enable pip's default cache directory, so that we can save a bit on time/bandwidth. Signed-off-by: Cleber Rosa --- .gitlab-ci.yml | 1 +