Skip to content

Commit

Permalink
Fix another bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cwognum committed Apr 26, 2024
1 parent 3030672 commit fddc24b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fddc24b

Please sign in to comment.