Skip to content
Snippets Groups Projects

Fix mutable-default bug in codegen.config with Python 3.11 and newer

Merged Frederik Hennig requested to merge fhennig/config-fix into v2.0-dev
Viewing commit 6870d56f
Show latest version
1 file
+ 3
3
Preferences
Compare changes
+ 3
3
@@ -291,7 +291,7 @@ typecheck:
@@ -291,7 +291,7 @@ typecheck:
path: coverage.xml
path: coverage.xml
junit: report.xml
junit: report.xml
testsuite-gpu-py3.10:
"testsuite-gpu-py3.10":
extends: .testsuite-base
extends: .testsuite-base
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12.6
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12.6
script:
script:
@@ -304,7 +304,7 @@ testsuite-gpu-py3.10:
@@ -304,7 +304,7 @@ testsuite-gpu-py3.10:
- cuda11
- cuda11
- AVX
- AVX
testsuite-cpu-py3.13:
"testsuite-cpu-py3.13":
extends: .testsuite-base
extends: .testsuite-base
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine
script:
script:
@@ -333,7 +333,7 @@ build-documentation:
@@ -333,7 +333,7 @@ build-documentation:
pages:
pages:
image: alpine:latest
image: alpine:latest
stage: deploy
stage: deploy
needs: ["tests-and-coverage", "build-documentation"]
needs: ["testsuite-gpu-py3.10", "build-documentation"]
script:
script:
- mv docs/build/html public
- mv docs/build/html public
- mv coverage_report public/coverage_report
- mv coverage_report public/coverage_report