mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
fix usage of pip instead of apt-get
This commit is contained in:
parent
8a11745916
commit
9c05ca8429
1 changed files with 1 additions and 2 deletions
|
|
@ -3,11 +3,10 @@ language: python
|
|||
os: linux
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install portaudio19-dev
|
||||
- sudo apt-get install portaudio19-dev npm
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements.dev
|
||||
- pip install pyqt5 pyqtwebengine
|
||||
- pip install npm
|
||||
- (cd ts && npm i)
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue