Skip to content

Bump tornado from 6.4.1 to 6.4.2 #226

Bump tornado from 6.4.1 to 6.4.2

Bump tornado from 6.4.1 to 6.4.2 #226

Workflow file for this run

name: Check if versions are consistent
on:
push:
branches-ignore:
- main
jobs:
check-version-numbers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
python-version: "3.10"
poetry-version: '1.8.2'
- name: Check Release
run: poetry run python3 -u "scripts/build/check_release.py"