Skip to content

P2: AkShare real factor enrichment for dividend quality staging #6

P2: AkShare real factor enrichment for dividend quality staging

P2: AkShare real factor enrichment for dividend quality staging #6

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