Fixing release and test actions
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user