|
@@ -32,6 +32,8 @@ jobs:
|
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
|
run: |
|
|
run: |
|
|
|
|
|
+ sudo apt-get update
|
|
|
|
|
+ sudo apt-get install libjpeg-turbo
|
|
|
python -m pip install --upgrade pip
|
|
python -m pip install --upgrade pip
|
|
|
pip install -r requirements-dev.txt
|
|
pip install -r requirements-dev.txt
|
|
|
- name: Full test with pytest
|
|
- name: Full test with pytest
|