mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
fix for isort failing to install in CI
This commit is contained in:
parent
c6d287c3ee
commit
7f71380314
1 changed files with 1 additions and 0 deletions
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
|
|
@ -28,4 +28,5 @@ jobs:
|
||||||
python${{ matrix.python-version }} -m venv ~/pyenv
|
python${{ matrix.python-version }} -m venv ~/pyenv
|
||||||
. ~/pyenv/bin/activate
|
. ~/pyenv/bin/activate
|
||||||
pip install -r requirements.qt
|
pip install -r requirements.qt
|
||||||
|
pip install --upgrade setuptools pip
|
||||||
make check RUSTARGS=""
|
make check RUSTARGS=""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue