Skip to content

Reduce API calls by caching traded symbols per exchange #3

Reduce API calls by caching traded symbols per exchange

Reduce API calls by caching traded symbols per exchange #3

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Smoke test (no API keys)
run: |
python crypto_pnl_tool.py --sync-only || true