Skip to content

Merge pull request #4 from QuantStrategyLab/chore/sync-cn-equity-stra… #10

Merge pull request #4 from QuantStrategyLab/chore/sync-cn-equity-stra…

Merge pull request #4 from QuantStrategyLab/chore/sync-cn-equity-stra… #10

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install package
run: |
python -m pip install --upgrade pip
python -m pip install -e '.[test]'
- name: Run tests
run: python -m pytest -q