Skip to content

Translations update from Kodi Weblate #202

Translations update from Kodi Weblate

Translations update from Kodi Weblate #202

Workflow file for this run

name: Python tests
on:
push:
branches:
- 'matrix'
pull_request:
branches:
- 'matrix'
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Test with pytest
run: |
python -m pip install --upgrade pip
pip install -r test-requirements.txt
pytest -v