mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ci: Force pip to install packages to system environment
Without the change, pip refuses to install into system environment due to changes outlined in PEP 668. The following error is thrown: 'error: externally-managed-environment'. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
479c129369
commit
550f9192ae
@ -25,4 +25,4 @@ RUN apt-get install -y build-essential \
|
||||
RUN apt-get install -y $(./run --list-dependencies)
|
||||
|
||||
# Coverage should know that test_functional.py files are tests
|
||||
RUN pip3 install splinter pytest-bdd
|
||||
RUN pip3 install --break-system-packages splinter pytest-bdd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user