From 709f31182277c1e77fb79c3883064ee5c66fd725 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Wed, 17 Jan 2024 17:30:51 +0100 Subject: [PATCH] Add pyvips dependency --- .github/workflows/ci-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 4b69b56..c67eeb2 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -31,6 +31,7 @@ jobs: run: | python -m pip install -U pip # Official recommended way pip install pytest + pip install pyvips pip install -e . - name: Test pipeline with pytest run: |