aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.woodpecker/tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/tests.yaml b/.woodpecker/tests.yaml
index 697a524..f8ce807 100644
--- a/.woodpecker/tests.yaml
+++ b/.woodpecker/tests.yaml
@@ -6,7 +6,7 @@ steps:
image: rust
commands:
- apt update && apt install -y python3-dev python3-pip
- - pip3 install ./hittekaart-py pytest
+ - pip3 install --break-system-packages ./hittekaart-py pytest
- cargo test
- cd hittekaart-py && pytest
- name: compile-benches