aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2026-08-17 20:19:27 +0200
committerDaniel Schadt <kingdread@gmx.de>2026-08-17 20:19:27 +0200
commit182f3366fbbe9d00d3a25c630199d91dd307e771 (patch)
treeb0285b3933b24c3eea3a3213c80f92398304dc64
parentbfdb5b970f313e7cb64cd7e2b34394fea5358d6b (diff)
downloadhittekaart-182f3366fbbe9d00d3a25c630199d91dd307e771.tar.gz
hittekaart-182f3366fbbe9d00d3a25c630199d91dd307e771.tar.bz2
hittekaart-182f3366fbbe9d00d3a25c630199d91dd307e771.zip
force install python packages :)
-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