From 6da8c8d4b719b41c5c6a5cf0b16986c51fe04b58 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 11 Dec 2023 16:56:25 +0300 Subject: [PATCH] Fix pip in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62dc161..840712c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: fi if [ ${{ contains(matrix.features, 'coverage') }} = true ]; then apt-get install -qq --no-install-recommends python3-pip git - pip install --user pyyaml cpp-coveralls + pip install --break-system-packages pyyaml cpp-coveralls fi - name: Set up environment