From fddc24bd18644f06af83da30a82ccd59fc7fc65b Mon Sep 17 00:00:00 2001 From: cwognum Date: Fri, 26 Apr 2024 16:42:25 -0400 Subject: [PATCH] Fix another bug --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b98df41..447f45a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,6 +45,9 @@ jobs: - name: Install library run: python -m pip install --no-deps -e . # -e (editable is needed for code coverage) + - name: Install UMAP + run: python -m pip install umap-learn # Optional dependency + - name: Run tests run: pytest