diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2025-11-29 12:53:59 +0100 |
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2025-11-29 12:53:59 +0100 |
| commit | 918d06a7ffa92dce6dbf3a921263e56df1218bf0 (patch) | |
| tree | 5f67b2e2c636ebf7ab8633ec1a67224f1da93822 | |
| parent | e008c551b382c5d4e2c3e1366b6d4d97a27def8e (diff) | |
| download | hittekaart-918d06a7ffa92dce6dbf3a921263e56df1218bf0.tar.gz hittekaart-918d06a7ffa92dce6dbf3a921263e56df1218bf0.tar.bz2 hittekaart-918d06a7ffa92dce6dbf3a921263e56df1218bf0.zip | |
actually install python on ci
| -rw-r--r-- | .woodpecker/tests.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.woodpecker/tests.yaml b/.woodpecker/tests.yaml index ee9e5c8..2c9c5b2 100644 --- a/.woodpecker/tests.yaml +++ b/.woodpecker/tests.yaml @@ -6,10 +6,10 @@ steps: - name: test image: rust commands: - - apt update && apt install python3-dev + - apt update && apt install -y python3-dev - cargo test - name: compile-benches image: rust commands: - - apt update && apt install python3-dev + - apt update && apt install -y python3-dev - cargo bench --no-run |
