Skip to content

Commit eaf0ceb

Browse files
authored
Merge branch 'v5' into v5
2 parents 8a8c49b + f96b092 commit eaf0ceb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
# with:
2626
# name: pySDC
2727
# path: pySDC
28+
2829
- uses: jwalton/gh-find-current-pr@v1
2930
id: findPr
3031
with:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test_kit_bare:
6464
- kit
6565
parallel:
6666
matrix:
67-
- PYTHON: [ '3.9', '3.10' ]
67+
- PYTHON: [ '3.7', '3.9', '3.10' ]
6868
artifacts:
6969
name: "gpu_$PYTHON"
7070
paths:

0 commit comments

Comments
 (0)