Skip to content

Commit

Permalink
Remove type checking for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Oct 23, 2024
1 parent 67e562a commit 74290db
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,27 +69,6 @@ jobs:
path: .lint.txt
include-hidden-files: true

Type-Check:
name: Type Checking (Python-${{ matrix.python-version }})
needs: [ Version-Check ]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- name: SCM Checkout
uses: actions/checkout@v4

- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
python-version: ${{ matrix.python-version }}

- name: Run type-check
run: poetry run nox -s type-check

Security:
name: Security Checks (Python-${{ matrix.python-version }})
needs: [ Version-Check ]
Expand Down

0 comments on commit 74290db

Please sign in to comment.