summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2023-12-11 17:26:46 -0800
committerGitHub <noreply@github.com>2023-12-11 17:26:46 -0800
commitcfb2a6e4ae7d1aefa53963b9249abadb6f756784 (patch)
treebf2453dc64a9979427b417001c856c9606d69e0b
parent1d615b38dd4152494d2f4d3520c8b1d917624a30 (diff)
downloadbinaryen-cfb2a6e4ae7d1aefa53963b9249abadb6f756784.tar.gz
binaryen-cfb2a6e4ae7d1aefa53963b9249abadb6f756784.tar.bz2
binaryen-cfb2a6e4ae7d1aefa53963b9249abadb6f756784.zip
[CI] Use --break-system-packages on Alpine (#6167)
Something changed in how CI sets up Python and now this is needed to avoid an error.
-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: |