mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
fix: install mocha by hand for CI to launch testjs
This commit is contained in:
parent
ccb6ad57cd
commit
879ee67172
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-docs.yml
vendored
1
.github/workflows/test-docs.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
|||
sudo apt install libgdal-dev
|
||||
python -m pip install --upgrade pip
|
||||
make develop
|
||||
npm install mocha
|
||||
- name: run tests
|
||||
run: make test
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue