From 2b4e5d2fd929007dca3436a649ed7f683aebd273 Mon Sep 17 00:00:00 2001 From: Dusan Baran Date: Mon, 27 May 2024 13:13:57 +0200 Subject: [PATCH] Install test dependencies --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c4e779ca9..16b2db4608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,9 @@ jobs: - name: "Build TileDB-Py" run: pip install --verbose . + - name: "Install test dependencies" + run: pip install pytest hypothesis psutil pyarrow + - name: "Run tests" run: | PROJECT_CWD=$PWD