From 6b6c506d52c1fb346cf0e019dda138ba002cb81e Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Thu, 1 Jun 2023 22:35:14 +0200 Subject: [PATCH] Add pysequoia to list of needed packages --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 109316e..70d1ef4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: