mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
ci: cirrus: Use --break-system-packages with 'pip install'
Cirrus tests on macos started to fail when installing 'pytest'. Override the pip lock. Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
d36ce2f252
commit
743730a83b
@ -18,7 +18,7 @@ build_task:
|
|||||||
- @UPDATE_COMMAND@
|
- @UPDATE_COMMAND@
|
||||||
- @UPGRADE_COMMAND@
|
- @UPGRADE_COMMAND@
|
||||||
- @INSTALL_COMMAND@ @PKGS@
|
- @INSTALL_COMMAND@ @PKGS@
|
||||||
- if test -n "@PYPI_PKGS@" ; then @PIP3@ install @PYPI_PKGS@ ; fi
|
- if test -n "@PYPI_PKGS@" ; then @PIP3@ install --break-system-packages @PYPI_PKGS@ ; fi
|
||||||
clone_script:
|
clone_script:
|
||||||
- git clone --depth 100 "$CI_REPOSITORY_URL" .
|
- git clone --depth 100 "$CI_REPOSITORY_URL" .
|
||||||
- git fetch origin "${CI_MERGE_REQUEST_REF_PATH:-$CI_COMMIT_REF_NAME}"
|
- git fetch origin "${CI_MERGE_REQUEST_REF_PATH:-$CI_COMMIT_REF_NAME}"
|
||||||
|
Loading…
Reference in New Issue
Block a user