Skip to content

chore: start implementing return parallel to prices updates and corre… #148

chore: start implementing return parallel to prices updates and corre…

chore: start implementing return parallel to prices updates and corre… #148

Workflow file for this run

name: PyTest
on: push
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository code
uses: actions/checkout@v2
# Setup Python (faster than using Python container)
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Install dependencies
run: make install
- name: Run tests
run: make test