Skip to content

Commit

Permalink
ci: temporarily remove python tests
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Moessbauer <[email protected]>
  • Loading branch information
fmoessbauer committed Jan 24, 2025
1 parent 4701092 commit af316d1
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,34 +30,6 @@ jobs:
- name: Check code
run: scripts/checkcode.sh .

perform_tests_legacy:
name: Legacy Python
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.6", "3.7"]
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Run tests
uses: ./.github/actions/perform-tests
with:
python-version: ${{ matrix.python-version }}

perform_tests_modern:
name: Modern Python
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: PyTest
uses: ./.github/actions/perform-tests
with:
python-version: ${{ matrix.python-version }}

build_containers:
name: Build, test and deploy container images
needs:
Expand Down

0 comments on commit af316d1

Please sign in to comment.