Skip to content

#132: Updated GitHub workflows to request manual confirmation for running slow tests #68

#132: Updated GitHub workflows to request manual confirmation for running slow tests

#132: Updated GitHub workflows to request manual confirmation for running slow tests #68

Workflow file for this run

name: Check if versions are consistent
on: pull_request
jobs:
check-version-numbers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/prepare_poetry_env
- name: Check Release
run: poetry run python3 -u "./scripts/check_release_version.py"