Added pytest as pacman dep
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Anne de Jong 2023-01-12 14:23:16 +01:00
parent b2a6133625
commit 0d65b1316b
1 changed files with 6 additions and 1 deletions

View File

@ -18,15 +18,20 @@ steps:
- cmake .
# More than two makes ascee2 irresponsive for now
- make -j2
- name: test-arch
image: archlinux_build
pull: if-not-exists
commands:
- pacman -S --noconfirm openblas fftw pulseaudio python-pip python-scipy
- pacman -S --noconfirm openblas python-pytest fftw pulseaudio python-pip python-scipy
- pip install -r requirements.txt
- pip install .
- pytest
# - name: release-arch
# commands:
# -
volumes:
- name: archlinux_ccache
host: