fix: install mocha by hand for CI to launch testjs

This commit is contained in:
David Larlet 2024-08-02 11:10:23 -04:00
parent ccb6ad57cd
commit 879ee67172
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -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: