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 8699f47
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,40 +30,10 @@ 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:
- codestyle
- perform_tests_legacy
- perform_tests_modern
runs-on: ubuntu-24.04
permissions:
id-token: write
Expand Down

0 comments on commit 8699f47

Please sign in to comment.