Add pysequoia to list of needed packages

This commit is contained in:
Wiktor Kwapisiewicz 2023-06-01 22:35:14 +02:00
parent 62646e219b
commit 6b6c506d52

View File

@ -24,7 +24,7 @@ test:
stage: test
needs: []
before_script:
- pacman -Syu --needed --noconfirm make python sequoia-sq python-coverage python-pytest python-tomli
- pacman -Syu --needed --noconfirm make python sequoia-sq python-coverage python-pysequoia python-pytest python-tomli
script:
- make test
only: