mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
venv fix for github
This commit is contained in:
parent
ed6f58080b
commit
1ecb6f4434
1 changed files with 4 additions and 5 deletions
9
.github/workflows/checks.yml
vendored
9
.github/workflows/checks.yml
vendored
|
@ -20,11 +20,10 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install portaudio19-dev
|
||||
pip install -r requirements.qt
|
||||
- name: Run checks
|
||||
run: |
|
||||
sudo apt install portaudio19-dev
|
||||
python${{ matrix.python-version }} -m venv ~/pyenv
|
||||
. ~/pyenv/bin/activate
|
||||
pip install -r requirements.qt
|
||||
make check
|
||||
|
||||
|
|
Loading…
Reference in a new issue