Skip to content

feat: 重置 WeekFlow 桌面端与自动发布 #14

feat: 重置 WeekFlow 桌面端与自动发布

feat: 重置 WeekFlow 桌面端与自动发布 #14

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- name: Check out repository
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install dependencies
shell: pwsh
run: |
python -m pip install --upgrade pip
python -m pip install -e .[dev]
- name: Run tests
shell: pwsh
run: |
python -m pytest tests -q