Skip to content

Endpoints: add multi-currency-account. #66

Endpoints: add multi-currency-account.

Endpoints: add multi-currency-account. #66

Workflow file for this run

---
name: tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install .[dev]
- run: pytest