Skip to content

Document FX reporting setup and align tests with current fee/TWR logic #2

Document FX reporting setup and align tests with current fee/TWR logic

Document FX reporting setup and align tests with current fee/TWR logic #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- run: pip install -r requirements.txt
- run: pytest