mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-01-28 21:30:43 +00:00
Merge branch 'dev'
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -40,11 +40,11 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
|
||||||
PYTHONUTF8: ${{ matrix.python_utf8 || '0' }}
|
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install .[all] pytest nuitka
|
pip install .[all] pytest nuitka
|
||||||
|
|
||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
|
env:
|
||||||
|
PYTHONUTF8: ${{ matrix.python_utf8 || '0' }}
|
||||||
run: pytest
|
run: pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user