Skip to content

#287: Used the correct AutoModel class in tests.fixtures.model_fixture_utils.download_model_to_path #299

#287: Used the correct AutoModel class in tests.fixtures.model_fixture_utils.download_model_to_path

#287: Used the correct AutoModel class in tests.fixtures.model_fixture_utils.download_model_to_path #299

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"