summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 48ae35215..a86289b0b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -195,7 +195,7 @@ jobs:
./alpine.sh apk add build-base cmake git python3 py3-pip clang ninja
- name: install python dev dependencies
- run: ./alpine.sh pip3 install -r requirements-dev.txt
+ run: ./alpine.sh pip3 install --break-system-packages -r requirements-dev.txt
- name: cmake
run: |