Skip to content

Merge remote-tracking branch 'origin/feature/140-notebook-testing' in… #400

Merge remote-tracking branch 'origin/feature/140-notebook-testing' in…

Merge remote-tracking branch 'origin/feature/140-notebook-testing' in… #400

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@v3
with:
fetch-depth: 0
- name: Setup Python & Poetry Environment
uses: ./.github/actions/prepare_poetry_env
- name: Check Release
run: ./scripts/build/check_release.sh "python3.8"