CI now needs grapheme

pull/419/head
halcy 2025-08-16 21:01:14 +03:00
rodzic 1341888913
commit b98f47b3d8
1 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ jobs:
- checkout - checkout
- run: - run:
name: "Install test deps" name: "Install test deps"
command: "pip install .[test_old,webpush,blurhash]" command: "pip install .[test_old,webpush,blurhash,grapheme]"
- run: - run:
name: "Run tests" name: "Run tests"
command: "pytest --junitxml=tests/result.xml" command: "pytest --junitxml=tests/result.xml"
@ -20,7 +20,7 @@ jobs:
- checkout - checkout
- run: - run:
name: "Install test deps" name: "Install test deps"
command: "pip install .[test_old,webpush,blurhash]" command: "pip install .[test_old,webpush,blurhash,grapheme]"
- run: - run:
name: "Run tests" name: "Run tests"
command: "pytest --junitxml=tests/result.xml" command: "pytest --junitxml=tests/result.xml"
@ -33,7 +33,7 @@ jobs:
- checkout - checkout
- run: - run:
name: "Install test deps" name: "Install test deps"
command: "pip install .[test_old,webpush,blurhash]" command: "pip install .[test_old,webpush,blurhash,grapheme]"
- run: - run:
name: "Run tests" name: "Run tests"
command: "pytest --junitxml=tests/result.xml" command: "pytest --junitxml=tests/result.xml"
@ -46,7 +46,7 @@ jobs:
- checkout - checkout
- run: - run:
name: "Install test deps" name: "Install test deps"
command: "pip install .[test,webpush,blurhash]" command: "pip install .[test,webpush,blurhash,grapheme]"
- run: - run:
name: "Run tests" name: "Run tests"
command: "pytest --junitxml=tests/result.xml" command: "pytest --junitxml=tests/result.xml"
@ -59,7 +59,7 @@ jobs:
- checkout - checkout
- run: - run:
name: "Install test deps" name: "Install test deps"
command: "pip install .[test,webpush,blurhash]" command: "pip install .[test,webpush,blurhash,grapheme]"
- run: - run:
name: "Run tests" name: "Run tests"
command: "pytest --junitxml=tests/result.xml" command: "pytest --junitxml=tests/result.xml"
@ -72,7 +72,7 @@ jobs:
- checkout - checkout
- run: - run:
name: "Install test deps" name: "Install test deps"
command: "pip install .[test,webpush,blurhash]" command: "pip install .[test,webpush,blurhash,grapheme]"
- run: - run:
name: "Run tests" name: "Run tests"
command: "pytest --junitxml=tests/result.xml" command: "pytest --junitxml=tests/result.xml"
@ -85,7 +85,7 @@ jobs:
- checkout - checkout
- run: - run:
name: "Install test deps" name: "Install test deps"
command: "pip install .[test,webpush,blurhash]" command: "pip install .[test,webpush,blurhash,grapheme]"
- run: - run:
name: "Install codecov" name: "Install codecov"
command: "pip install codecov" command: "pip install codecov"
@ -104,7 +104,7 @@ jobs:
- checkout - checkout
- run: - run:
name: "Install test deps" name: "Install test deps"
command: "pip install .[test,webpush,blurhash]" command: "pip install .[test,webpush,blurhash,grapheme]"
- run: - run:
name: "Run tests" name: "Run tests"
command: "pytest --junitxml=tests/result.xml" command: "pytest --junitxml=tests/result.xml"
@ -124,7 +124,7 @@ jobs:
name: Upgrade pip and install test deps name: Upgrade pip and install test deps
command: | command: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install .[test,webpush,blurhash] pip install .[test,webpush,blurhash,grapheme]"
- run: - run:
name: Run tests name: Run tests
command: | command: |