Skip to content

Commit

Permalink
Remove WordCloud tests...
Browse files Browse the repository at this point in the history
we don't know how to install WordCloud on Windows without it giving

ImportError: DLL load failed while importing _c_internal_utils: The
specified module could not be found.
(from matplotlib)
  • Loading branch information
rocky committed Aug 4, 2024
1 parent 79b5056 commit fe89359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
pip install pyocr # from full
pip install -e .[dev]
make pytest gstest
make doctest
make doctest DOCTEST_OPTIONS="--exclude WordCloud"
# make check

0 comments on commit fe89359

Please sign in to comment.