Skip to content

Bump sqlalchemy from 1.4.52 to 2.0.30 in the sqla group #675

Bump sqlalchemy from 1.4.52 to 2.0.30 in the sqla group

Bump sqlalchemy from 1.4.52 to 2.0.30 in the sqla group #675

Workflow file for this run

name: Check Links
on:
push:
pull_request:
jobs:
run_tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: [3.8]
name: Check Links (Python-${{ matrix.python }})
steps:
- name: Fetch sqlalchemy_exasol code from repository
uses: actions/checkout@v4
- name: Setup Python & Poetry Environment
uses: ./.github/actions/python-environment
with:
python-version: ${{ matrix.python }}
- name: Check documentation links ${{ matrix.python }} using ${{ matrix.connector }}
run: poetry run nox -s check-links