Skip to content

Bump tornado from 6.4 to 6.4.1 (#37) #796

Bump tornado from 6.4 to 6.4.1 (#37)

Bump tornado from 6.4 to 6.4.1 (#37) #796

Workflow file for this run

name: QUANT CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Test
run: make test
- name: Check
run: make check