test(e2e): address copilot review for fixture stability and CI python setup

This commit is contained in:
kl
2026-03-04 12:05:31 +08:00
parent 8f9dda5a8d
commit 7f6ad472c4
7 changed files with 39 additions and 15 deletions

View File

@@ -31,6 +31,11 @@ jobs:
cache: 'npm'
cache-dependency-path: tests/e2e/package-lock.json
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install LibreOffice + zip
run: |
sudo apt-get update
@@ -38,8 +43,8 @@ jobs:
- name: Setup Python deps for office fixtures
run: |
python3 -m pip install --upgrade pip
pip3 install python-docx openpyxl python-pptx
python -m pip install --upgrade pip
pip install -r tests/e2e/requirements.txt
- name: Build kkFileView
run: mvn -q -pl server -DskipTests package