Skip to content

Bump tornado from 6.3.2 to 6.3.3 #12

Bump tornado from 6.3.2 to 6.3.3

Bump tornado from 6.3.2 to 6.3.3 #12

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: |
poetry install
- name: Test with pytest
run: |
poetry run pytest