Skip to content

Bump tornado from 6.2 to 6.3.3 #80

Bump tornado from 6.2 to 6.3.3

Bump tornado from 6.2 to 6.3.3 #80

Workflow file for this run

name: Test Docs
on: push
jobs:
build:
runs-on: ubuntu-latest
name: Test Docs
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.9
- run: make install-docs
- run: make test-docs