mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-01-28 21:30:43 +00:00
Update ci.yml
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -18,20 +18,17 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
env:
|
python_utf8: "1"
|
||||||
PYTHONUTF8: "1"
|
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
- os: windows-11-arm
|
- os: windows-11-arm
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
env:
|
python_utf8: "1"
|
||||||
PYTHONUTF8: "1"
|
|
||||||
- os: macos-15-intel
|
- os: macos-15-intel
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: "3.14"
|
python-version: "3.14"
|
||||||
env:
|
python_utf8: "1"
|
||||||
PYTHONUTF8: "1"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -43,6 +40,8 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user