Fixing release and test actions
Unit Testing / test (3.10) (push) Successful in 48s
Unit Testing / test (3.11) (push) Successful in 48s
Unit Testing / test (3.12) (push) Successful in 49s
Unit Testing / test (3.9) (push) Successful in 48s
Unit Testing / test (3.8) (push) Successful in 50s

Reviewed-on: #2
Co-authored-by: Artur Glavic <artur.glavic@psi.ch>
Co-committed-by: Artur Glavic <artur.glavic@psi.ch>
This commit was merged in pull request #2.
This commit is contained in:
2026-03-02 12:00:36 +01:00
committed by glavic_a
parent 29d406a290
commit 93baf06655
5 changed files with 100 additions and 76 deletions
+2 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
fail-fast: false
steps:
@@ -35,4 +35,5 @@ jobs:
- name: Test with pytest
run: |
export PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
python -m pytest tests