Just remove python versions that fail
Unit Testing / test (3.12) (pull_request) Successful in 29s
Unit Testing / test (3.10) (pull_request) Successful in 32s
Unit Testing / test (3.9) (pull_request) Successful in 28s
Unit Testing / test (3.8) (pull_request) Successful in 33s

This commit is contained in:
2026-02-26 14:30:56 +01:00
parent 7b54c65410
commit a6d6b482e2
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.8', '3.9', '3.10', '3.12']
fail-fast: false
steps:
@@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
+1 -2
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.8', '3.9', '3.10', '3.12']
fail-fast: false
steps:
@@ -32,7 +32,6 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
pip install bec-ipython-client
- name: Test with pytest
run: |