Added pytest as pacman dep
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Anne de Jong 2023-01-12 14:23:16 +01:00
parent b2a6133625
commit 0d65b1316b

View File

@ -18,15 +18,20 @@ steps:
- cmake . - cmake .
# More than two makes ascee2 irresponsive for now # More than two makes ascee2 irresponsive for now
- make -j2 - make -j2
- name: test-arch - name: test-arch
image: archlinux_build image: archlinux_build
pull: if-not-exists pull: if-not-exists
commands: 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 -r requirements.txt
- pip install . - pip install .
- pytest - pytest
# - name: release-arch
# commands:
# -
volumes: volumes:
- name: archlinux_ccache - name: archlinux_ccache
host: host: