mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
travis needs to install npm packages
This commit is contained in:
parent
685962faae
commit
8a11745916
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ install:
|
||||||
- pip install -r requirements.dev
|
- pip install -r requirements.dev
|
||||||
- pip install pyqt5 pyqtwebengine
|
- pip install pyqt5 pyqtwebengine
|
||||||
- pip install npm
|
- pip install npm
|
||||||
|
- (cd ts && npm i)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue